Class CustomerSupplierCountryParamModel
java.lang.Object
net.avalara.avatax.rest.client.models.CustomerSupplierCountryParamModel
Represents a parameter associated with a company.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for businessIdentificationNoGetter for companyId CompanyId associated with the parameterGetter for countryGetter for customerCodeGetter for customerId Identifier for company parametergetId()Getter for id Identifier for company parameterGetter for isEstablishedGetter for isRegisteredThroughFiscalRepvoidSetter for businessIdentificationNovoidsetCompanyId(Integer value) Setter for companyId CompanyId associated with the parametervoidsetCountry(String value) Setter for countryvoidsetCustomerCode(String value) Setter for customerCodevoidsetCustomerId(Long value) Setter for customerId Identifier for company parametervoidSetter for id Identifier for company parametervoidsetIsEstablished(Boolean value) Setter for isEstablishedvoidSetter for isRegisteredThroughFiscalReptoString()Returns a JSON string representation of CustomerSupplierCountryParamModel
-
Constructor Details
-
CustomerSupplierCountryParamModel
public CustomerSupplierCountryParamModel()
-
-
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 -
getCustomerId
Getter for customerId Identifier for company parameter -
setCustomerId
Setter for customerId Identifier for company parameter -
getCustomerCode
Getter for customerCode -
setCustomerCode
Setter for customerCode -
getCountry
Getter for country -
setCountry
Setter for country -
getIsEstablished
Getter for isEstablished -
setIsEstablished
Setter for isEstablished -
getBusinessIdentificationNo
Getter for businessIdentificationNo -
setBusinessIdentificationNo
Setter for businessIdentificationNo -
getIsRegisteredThroughFiscalRep
Getter for isRegisteredThroughFiscalRep -
setIsRegisteredThroughFiscalRep
Setter for isRegisteredThroughFiscalRep -
toString
Returns a JSON string representation of CustomerSupplierCountryParamModel
-