Class CustomerSupplierModel

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

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

    • CustomerSupplierModel

      public CustomerSupplierModel()
  • 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
    • getCustomerCode

      public String getCustomerCode()
      Getter for customerCode CustomerCode
    • setCustomerCode

      public void setCustomerCode(String value)
      Setter for customerCode CustomerCode
    • toString

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