public class ProvisionStatusModel
extends java.lang.Object
Constructor and Description |
---|
ProvisionStatusModel() |
Modifier and Type | Method and 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
|
public CertCaptureProvisionStatus getStatus()
public void setStatus(CertCaptureProvisionStatus value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.Integer getCompanyId()
public void setCompanyId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object