Class CustomerSupplierCountryParamModel

java.lang.Object
net.avalara.avatax.rest.client.models.CustomerSupplierCountryParamModel

public class CustomerSupplierCountryParamModel extends Object
Represents a parameter associated with a company.
  • Constructor Details

    • CustomerSupplierCountryParamModel

      public CustomerSupplierCountryParamModel()
  • Method Details

    • getId

      public Long getId()
      Getter for id Identifier for company parameter
    • setId

      public void setId(Long value)
      Setter for id Identifier for company parameter
    • getCompanyId

      public Integer getCompanyId()
      Getter for companyId CompanyId associated with the parameter
    • setCompanyId

      public void setCompanyId(Integer value)
      Setter for companyId CompanyId associated with the parameter
    • getCustomerId

      public Long getCustomerId()
      Getter for customerId Identifier for company parameter
    • setCustomerId

      public void setCustomerId(Long value)
      Setter for customerId Identifier for company parameter
    • getCustomerCode

      public String getCustomerCode()
      Getter for customerCode
    • setCustomerCode

      public void setCustomerCode(String value)
      Setter for customerCode
    • getCountry

      public String getCountry()
      Getter for country
    • setCountry

      public void setCountry(String value)
      Setter for country
    • getIsEstablished

      public Boolean getIsEstablished()
      Getter for isEstablished
    • setIsEstablished

      public void setIsEstablished(Boolean value)
      Setter for isEstablished
    • getBusinessIdentificationNo

      public String getBusinessIdentificationNo()
      Getter for businessIdentificationNo
    • setBusinessIdentificationNo

      public void setBusinessIdentificationNo(String value)
      Setter for businessIdentificationNo
    • getIsRegisteredThroughFiscalRep

      public Boolean getIsRegisteredThroughFiscalRep()
      Getter for isRegisteredThroughFiscalRep
    • setIsRegisteredThroughFiscalRep

      public void setIsRegisteredThroughFiscalRep(Boolean value)
      Setter for isRegisteredThroughFiscalRep
    • toString

      public String toString()
      Returns a JSON string representation of CustomerSupplierCountryParamModel
      Overrides:
      toString in class Object