Class ProvisionStatusModel
java.lang.Object
net.avalara.avatax.rest.client.models.ProvisionStatusModel
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 -
Method Summary
Modifier and TypeMethodDescriptionGetter for accountId The accountId of the company represented by this statusGetter for companyId The AvaTax company represented by this statusGetter for status The status of exemption certificate setup for this company.voidsetAccountId(Integer value) Setter for accountId The accountId of the company represented by this statusvoidsetCompanyId(Integer value) Setter for companyId The AvaTax company represented by this statusvoidSetter for status The status of exemption certificate setup for this company.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
Getter for accountId The accountId of the company represented by this status -
setAccountId
Setter for accountId The accountId of the company represented by this status -
getCompanyId
Getter for companyId The AvaTax company represented by this status -
setCompanyId
Setter for companyId The AvaTax company represented by this status -
toString
Returns a JSON string representation of ProvisionStatusModel
-