Class NexusSummaryModel
java.lang.Object
net.avalara.avatax.rest.client.models.NexusSummaryModel
Nexus summary model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId Company IdGetter for nexusSummary Nexus summary for this companyvoidsetCompanyId(Integer value) Setter for companyId Company IdvoidSetter for nexusSummary Nexus summary for this companytoString()Returns a JSON string representation of NexusSummaryModel
-
Constructor Details
-
NexusSummaryModel
public NexusSummaryModel()
-
-
Method Details
-
getCompanyId
Getter for companyId Company Id -
setCompanyId
Setter for companyId Company Id -
getNexusSummary
Getter for nexusSummary Nexus summary for this company -
setNexusSummary
Setter for nexusSummary Nexus summary for this company -
toString
Returns a JSON string representation of NexusSummaryModel
-