Class CustomerSupplierCountryParamModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.CustomerSupplierCountryParamModel
-
public class CustomerSupplierCountryParamModel extends java.lang.Object
Represents 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.String
getBusinessIdentificationNo()
Getter for businessIdentificationNojava.lang.Integer
getCompanyId()
Getter for companyId CompanyId associated with the parameterjava.lang.String
getCountry()
Getter for countryjava.lang.String
getCustomerCode()
Getter for customerCodejava.lang.Long
getCustomerId()
Getter for customerId Identifier for company parameterjava.lang.Long
getId()
Getter for id Identifier for company parameterjava.lang.Boolean
getIsEstablished()
Getter for isEstablishedjava.lang.Boolean
getIsRegisteredThroughFiscalRep()
Getter for isRegisteredThroughFiscalRepvoid
setBusinessIdentificationNo(java.lang.String value)
Setter for businessIdentificationNovoid
setCompanyId(java.lang.Integer value)
Setter for companyId CompanyId associated with the parametervoid
setCountry(java.lang.String value)
Setter for countryvoid
setCustomerCode(java.lang.String value)
Setter for customerCodevoid
setCustomerId(java.lang.Long value)
Setter for customerId Identifier for company parametervoid
setId(java.lang.Long value)
Setter for id Identifier for company parametervoid
setIsEstablished(java.lang.Boolean value)
Setter for isEstablishedvoid
setIsRegisteredThroughFiscalRep(java.lang.Boolean value)
Setter for isRegisteredThroughFiscalRepjava.lang.String
toString()
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:
toString
in classjava.lang.Object
-
-