public class ExemptionStatusModel
extends java.lang.Object
Constructor and Description |
---|
ExemptionStatusModel() |
Modifier and Type | Method and Description |
---|---|
CertificateModel |
getCertificate()
Getter for certificate
Certificate if the customer is exempted
|
java.lang.String |
getStatus()
Getter for status
The exemption status of this customer in this country/region.
|
void |
setCertificate(CertificateModel value)
Setter for certificate
Certificate if the customer is exempted
|
void |
setStatus(java.lang.String value)
Setter for status
The exemption status of this customer in this country/region.
|
java.lang.String |
toString()
Returns a JSON string representation of ExemptionStatusModel
|
public java.lang.String getStatus()
public void setStatus(java.lang.String value)
public CertificateModel getCertificate()
public void setCertificate(CertificateModel value)
public java.lang.String toString()
toString
in class java.lang.Object