Class ExemptionStatusModel

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

public class ExemptionStatusModel extends Object
Indicates the customer's exemption status in a specific country and region.
  • Constructor Details

    • ExemptionStatusModel

      public ExemptionStatusModel()
  • Method Details

    • getStatus

      public String getStatus()
      Getter for status The exemption status of this customer in this country/region.
    • setStatus

      public void setStatus(String value)
      Setter for status The exemption status of this customer in this country/region.
    • getCertificate

      public CertificateModel getCertificate()
      Getter for certificate
    • setCertificate

      public void setCertificate(CertificateModel value)
      Setter for certificate
    • toString

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