Class ExemptionStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.ExemptionStatusModel
Indicates the customer's exemption status in a specific country and region.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for certificateGetter for status The exemption status of this customer in this country/region.void
setCertificate
(CertificateModel value) Setter for certificatevoid
Setter for status The exemption status of this customer in this country/region.toString()
Returns a JSON string representation of ExemptionStatusModel
-
Constructor Details
-
ExemptionStatusModel
public ExemptionStatusModel()
-
-
Method Details
-
getStatus
Getter for status The exemption status of this customer in this country/region. -
setStatus
Setter for status The exemption status of this customer in this country/region. -
getCertificate
Getter for certificate -
setCertificate
Setter for certificate -
toString
Returns a JSON string representation of ExemptionStatusModel
-