Class ExemptionStatusModel


  • public class ExemptionStatusModel
    extends java.lang.Object
    Indicates the customer's exemption status in a specific country and region.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CertificateModel getCertificate()
      Getter for certificate
      java.lang.String getStatus()
      Getter for status The exemption status of this customer in this country/region.
      void setCertificate​(CertificateModel value)
      Setter for certificate
      void setStatus​(java.lang.String value)
      Setter for status The exemption status of this customer in this country/region.
      java.lang.String toString()
      Returns a JSON string representation of ExemptionStatusModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExemptionStatusModel

        public 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
      • setCertificate

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

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