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 isRegisteredThroughFiscalRepvoid
Setter for businessIdentificationNovoid
setCompanyId
(Integer value) Setter for companyId CompanyId associated with the parametervoid
setCountry
(String value) Setter for countryvoid
setCustomerCode
(String value) Setter for customerCodevoid
setCustomerId
(Long value) Setter for customerId Identifier for company parametervoid
Setter for id Identifier for company parametervoid
setIsEstablished
(Boolean value) Setter for isEstablishedvoid
Setter 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
-