Class ExemptionStatusModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ExemptionStatusModel
-
public class ExemptionStatusModel extends java.lang.ObjectIndicates the customer's exemption status in a specific country and region.
-
-
Constructor Summary
Constructors Constructor Description ExemptionStatusModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateModelgetCertificate()Getter for certificate Certificate if the customer is exemptedjava.lang.StringgetStatus()Getter for status The exemption status of this customer in this country/region.voidsetCertificate(CertificateModel value)Setter for certificate Certificate if the customer is exemptedvoidsetStatus(java.lang.String value)Setter for status The exemption status of this customer in this country/region.java.lang.StringtoString()Returns a JSON string representation of ExemptionStatusModel
-
-
-
Method Detail
-
getStatus
public java.lang.String getStatus()
Getter for status The exemption status of this customer in this country/region.
-
setStatus
public void setStatus(java.lang.String value)
Setter for status The exemption status of this customer in this country/region.
-
getCertificate
public CertificateModel getCertificate()
Getter for certificate Certificate if the customer is exempted
-
setCertificate
public void setCertificate(CertificateModel value)
Setter for certificate Certificate if the customer is exempted
-
toString
public java.lang.String toString()
Returns a JSON string representation of ExemptionStatusModel- Overrides:
toStringin classjava.lang.Object
-
-