Class ProvisionStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.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.
-
Constructor Summary
Constructors Constructor Description ProvisionStatusModel()
-
Method Summary
Modifier and Type Method Description java.lang.Integer
getAccountId()
Getter for accountId The accountId of the company represented by this statusjava.lang.Integer
getCompanyId()
Getter for companyId The AvaTax company represented by this statusCertCaptureProvisionStatus
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 statusvoid
setCompanyId(java.lang.Integer value)
Setter for companyId The AvaTax company represented by this statusvoid
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
-
Constructor Details
-
ProvisionStatusModel
public ProvisionStatusModel()
-
-
Method Details
-
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
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 classjava.lang.Object
-