Class ProvisionStatusModel


  • public class ProvisionStatusModel
    extends java.lang.Object
    Contains information about a company's exemption certificate status. This model can be used to determine if your company is able to use the Customers, Certificates, and CertExpressInvites APIs within AvaTax.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId The accountId of the company represented by this status
      java.lang.Integer getCompanyId()
      Getter for companyId The AvaTax company represented by this status
      CertCaptureProvisionStatus getStatus()
      Getter for status The status of exemption certificate setup for this company.
      void setAccountId​(java.lang.Integer value)
      Setter for accountId The accountId of the company represented by this status
      void setCompanyId​(java.lang.Integer value)
      Setter for companyId The AvaTax company represented by this status
      void setStatus​(CertCaptureProvisionStatus value)
      Setter for status The status of exemption certificate setup for this company.
      java.lang.String toString()
      Returns a JSON string representation of ProvisionStatusModel
      • Methods inherited from class java.lang.Object

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

      • ProvisionStatusModel

        public ProvisionStatusModel()
    • Method Detail

      • getStatus

        public CertCaptureProvisionStatus getStatus()
        Getter for status The status of exemption certificate setup for this company. If this value is `Finished`, this company will then be able to use the Customers, Certificates, and CertExpressInvites APIs within AvaTax.
      • setStatus

        public void setStatus​(CertCaptureProvisionStatus value)
        Setter for status The status of exemption certificate setup for this company. If this value is `Finished`, this company will then be able to use the Customers, Certificates, and CertExpressInvites APIs within AvaTax.
      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId The accountId of the company represented by this status
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId The accountId of the company represented by this status
      • getCompanyId

        public java.lang.Integer getCompanyId()
        Getter for companyId The AvaTax company represented by this status
      • setCompanyId

        public void setCompanyId​(java.lang.Integer value)
        Setter for companyId The AvaTax company represented by this status
      • toString

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