Class CustomerSupplierModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CustomerSupplierModel
-
public class CustomerSupplierModel extends java.lang.Object
Represents a parameter associated with a company.
-
-
Constructor Summary
Constructors Constructor Description CustomerSupplierModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getCompanyId()
Getter for companyId CompanyId associated with the parameterjava.lang.String
getCustomerCode()
Getter for customerCode CustomerCodejava.lang.Long
getId()
Getter for id Identifier for company parametervoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the parametervoid
setCustomerCode(java.lang.String value)
Setter for customerCode CustomerCodevoid
setId(java.lang.Long value)
Setter for id Identifier for company parameterjava.lang.String
toString()
Returns a JSON string representation of CustomerSupplierModel
-
-
-
Method Detail
-
getId
public java.lang.Long getId()
Getter for id Identifier for company parameter
-
setId
public void setId(java.lang.Long value)
Setter for id Identifier for company parameter
-
getCompanyId
public java.lang.Integer getCompanyId()
Getter for companyId CompanyId associated with the parameter
-
setCompanyId
public void setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the parameter
-
getCustomerCode
public java.lang.String getCustomerCode()
Getter for customerCode CustomerCode
-
setCustomerCode
public void setCustomerCode(java.lang.String value)
Setter for customerCode CustomerCode
-
toString
public java.lang.String toString()
Returns a JSON string representation of CustomerSupplierModel- Overrides:
toString
in classjava.lang.Object
-
-