Class CustomFieldModel

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

public class CustomFieldModel extends Object
A custom field provides extra information about a customer or certificate. Custom fields are provided to permit you to store additional information about an exemption certificate or customer. They are available to support additional use cases beyond that supported directly by Avalara's exemption certificate software. For more information about custom fields, see the [Avalara Help Center article about custom fields](https://help.avalara.com/0021_Avalara_CertCapture/All_About_CertCapture/Edit_or_Remove_Details_about_Customers).
  • Constructor Details

    • CustomFieldModel

      public CustomFieldModel()
  • Method Details

    • getName

      public String getName()
      Getter for name The name of the custom field.
    • setName

      public void setName(String value)
      Setter for name The name of the custom field.
    • getValue

      public String getValue()
      Getter for value The value of the custom field.
    • setValue

      public void setValue(String value)
      Setter for value The value of the custom field.
    • toString

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