Class ProvisionStatusModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ProvisionStatusModel
-
public class ProvisionStatusModel extends java.lang.ObjectContains 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAccountId()Getter for accountId The accountId of the company represented by this statusjava.lang.IntegergetCompanyId()Getter for companyId The AvaTax company represented by this statusCertCaptureProvisionStatusgetStatus()Getter for status The status of exemption certificate setup for this company.voidsetAccountId(java.lang.Integer value)Setter for accountId The accountId of the company represented by this statusvoidsetCompanyId(java.lang.Integer value)Setter for companyId The AvaTax company represented by this statusvoidsetStatus(CertCaptureProvisionStatus value)Setter for status The status of exemption certificate setup for this company.java.lang.StringtoString()Returns a JSON string representation of 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:
toStringin classjava.lang.Object
-
-