Class ExemptionReasonModel

java.lang.Object
net.avalara.avatax.rest.client.models.ExemptionReasonModel

public class ExemptionReasonModel extends Object
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 Details

    • ExemptionReasonModel

      public ExemptionReasonModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id A unique ID number representing this exemption reason.
    • setId

      public void setId(Integer value)
      Setter for id A unique ID number representing this exemption reason.
    • getName

      public String getName()
      Getter for name A friendly name describing this exemption reason.
    • setName

      public void setName(String value)
      Setter for name A friendly name describing this exemption reason.
    • toString

      public String toString()
      Returns a JSON string representation of ExemptionReasonModel
      Overrides:
      toString in class Object