Class LinkCustomersModel
java.lang.Object
net.avalara.avatax.rest.client.models.LinkCustomersModel
Represents a customer to whom you sell products and/or services.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for customers An array of customerCodes that are exempted by this certificatevoid
setCustomers
(ArrayList<String> value) Setter for customers An array of customerCodes that are exempted by this certificatetoString()
Returns a JSON string representation of LinkCustomersModel
-
Constructor Details
-
LinkCustomersModel
public LinkCustomersModel()
-
-
Method Details