Class LinkCustomersModel

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

public class LinkCustomersModel extends Object
Represents a customer to whom you sell products and/or services.
  • Constructor Details

    • LinkCustomersModel

      public LinkCustomersModel()
  • Method Details

    • getCustomers

      public ArrayList<String> getCustomers()
      Getter for customers An array of customerCodes that are exempted by this certificate
    • setCustomers

      public void setCustomers(ArrayList<String> value)
      Setter for customers An array of customerCodes that are exempted by this certificate
    • toString

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