Class CustomerSupplierModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CustomerSupplierModel
-
public class CustomerSupplierModel extends java.lang.ObjectRepresents 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.IntegergetCompanyId()Getter for companyId CompanyId associated with the parameterjava.lang.StringgetCustomerCode()Getter for customerCode CustomerCodejava.lang.LonggetId()Getter for id Identifier for company parametervoidsetCompanyId(java.lang.Integer value)Setter for companyId CompanyId associated with the parametervoidsetCustomerCode(java.lang.String value)Setter for customerCode CustomerCodevoidsetId(java.lang.Long value)Setter for id Identifier for company parameterjava.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-