Class ExemptionReasonModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.ExemptionReasonModel
-
public class ExemptionReasonModel extends java.lang.ObjectAn 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 Constructor Description ExemptionReasonModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetId()Getter for id A unique ID number representing this exemption reason.java.lang.StringgetName()Getter for name A friendly name describing this exemption reason.voidsetId(java.lang.Integer value)Setter for id A unique ID number representing this exemption reason.voidsetName(java.lang.String value)Setter for name A friendly name describing this exemption reason.java.lang.StringtoString()Returns a JSON string representation of ExemptionReasonModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id A unique ID number representing this exemption reason.
-
setId
public void setId(java.lang.Integer value)
Setter for id A unique ID number representing this exemption reason.
-
getName
public java.lang.String getName()
Getter for name A friendly name describing this exemption reason.
-
setName
public void setName(java.lang.String value)
Setter for name A friendly name describing this exemption reason.
-
toString
public java.lang.String toString()
Returns a JSON string representation of ExemptionReasonModel- Overrides:
toStringin classjava.lang.Object
-
-