Class ProvisionStatusModel

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

public class ProvisionStatusModel extends 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.
  • Constructor Details

    • ProvisionStatusModel

      public ProvisionStatusModel()
  • Method Details

    • 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 Integer getAccountId()
      Getter for accountId The accountId of the company represented by this status
    • setAccountId

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

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

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

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