Class ExemptionReasonModel
java.lang.Object
net.avalara.avatax.rest.client.models.ExemptionReasonModel
An exemption reason defines why a certificate allows a customer to be exempt
for purposes of tax calculation. For a full list of defined exemption reasons,
please call the `ListCertificateExemptionReasons` API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Getter for id A unique ID number representing this exemption reason.getName()
Getter for name A friendly name describing this exemption reason.void
Setter for id A unique ID number representing this exemption reason.void
Setter for name A friendly name describing this exemption reason.toString()
Returns a JSON string representation of ExemptionReasonModel
-
Constructor Details
-
ExemptionReasonModel
public ExemptionReasonModel()
-
-
Method Details
-
getId
Getter for id A unique ID number representing this exemption reason. -
setId
Setter for id A unique ID number representing this exemption reason. -
getName
Getter for name A friendly name describing this exemption reason. -
setName
Setter for name A friendly name describing this exemption reason. -
toString
Returns a JSON string representation of ExemptionReasonModel
-