Class CustomerSupplierModel
java.lang.Object
net.avalara.avatax.rest.client.models.CustomerSupplierModel
Represents a parameter associated with a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId CompanyId associated with the parameterGetter for customerCode CustomerCodegetId()
Getter for id Identifier for company parametervoid
setCompanyId
(Integer value) Setter for companyId CompanyId associated with the parametervoid
setCustomerCode
(String value) Setter for customerCode CustomerCodevoid
Setter for id Identifier for company parametertoString()
Returns a JSON string representation of CustomerSupplierModel
-
Constructor Details
-
CustomerSupplierModel
public CustomerSupplierModel()
-
-
Method Details
-
getId
Getter for id Identifier for company parameter -
setId
Setter for id Identifier for company parameter -
getCompanyId
Getter for companyId CompanyId associated with the parameter -
setCompanyId
Setter for companyId CompanyId associated with the parameter -
getCustomerCode
Getter for customerCode CustomerCode -
setCustomerCode
Setter for customerCode CustomerCode -
toString
Returns a JSON string representation of CustomerSupplierModel
-