Class CustomerSupplierCountryParamModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CustomerSupplierCountryParamModel
-
public class CustomerSupplierCountryParamModel extends java.lang.ObjectRepresents a parameter associated with a company.
-
-
Constructor Summary
Constructors Constructor Description CustomerSupplierCountryParamModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetBusinessIdentificationNo()Getter for businessIdentificationNojava.lang.IntegergetCompanyId()Getter for companyId CompanyId associated with the parameterjava.lang.StringgetCountry()Getter for countryjava.lang.StringgetCustomerCode()Getter for customerCodejava.lang.LonggetCustomerId()Getter for customerId Identifier for company parameterjava.lang.LonggetId()Getter for id Identifier for company parameterjava.lang.BooleangetIsEstablished()Getter for isEstablishedjava.lang.BooleangetIsRegisteredThroughFiscalRep()Getter for isRegisteredThroughFiscalRepvoidsetBusinessIdentificationNo(java.lang.String value)Setter for businessIdentificationNovoidsetCompanyId(java.lang.Integer value)Setter for companyId CompanyId associated with the parametervoidsetCountry(java.lang.String value)Setter for countryvoidsetCustomerCode(java.lang.String value)Setter for customerCodevoidsetCustomerId(java.lang.Long value)Setter for customerId Identifier for company parametervoidsetId(java.lang.Long value)Setter for id Identifier for company parametervoidsetIsEstablished(java.lang.Boolean value)Setter for isEstablishedvoidsetIsRegisteredThroughFiscalRep(java.lang.Boolean value)Setter for isRegisteredThroughFiscalRepjava.lang.StringtoString()Returns a JSON string representation of CustomerSupplierCountryParamModel
-
-
-
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
-
getCustomerId
public java.lang.Long getCustomerId()
Getter for customerId Identifier for company parameter
-
setCustomerId
public void setCustomerId(java.lang.Long value)
Setter for customerId Identifier for company parameter
-
getCustomerCode
public java.lang.String getCustomerCode()
Getter for customerCode
-
setCustomerCode
public void setCustomerCode(java.lang.String value)
Setter for customerCode
-
getCountry
public java.lang.String getCountry()
Getter for country
-
setCountry
public void setCountry(java.lang.String value)
Setter for country
-
getIsEstablished
public java.lang.Boolean getIsEstablished()
Getter for isEstablished
-
setIsEstablished
public void setIsEstablished(java.lang.Boolean value)
Setter for isEstablished
-
getBusinessIdentificationNo
public java.lang.String getBusinessIdentificationNo()
Getter for businessIdentificationNo
-
setBusinessIdentificationNo
public void setBusinessIdentificationNo(java.lang.String value)
Setter for businessIdentificationNo
-
getIsRegisteredThroughFiscalRep
public java.lang.Boolean getIsRegisteredThroughFiscalRep()
Getter for isRegisteredThroughFiscalRep
-
setIsRegisteredThroughFiscalRep
public void setIsRegisteredThroughFiscalRep(java.lang.Boolean value)
Setter for isRegisteredThroughFiscalRep
-
toString
public java.lang.String toString()
Returns a JSON string representation of CustomerSupplierCountryParamModel- Overrides:
toStringin classjava.lang.Object
-
-