Class CustomFieldModel
java.lang.Object
net.avalara.avatax.rest.client.models.CustomFieldModel
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Getter for name The name of the custom field.getValue()
Getter for value The value of the custom field.void
Setter for name The name of the custom field.void
Setter for value The value of the custom field.toString()
Returns a JSON string representation of CustomFieldModel
-
Constructor Details
-
CustomFieldModel
public CustomFieldModel()
-
-
Method Details
-
getName
Getter for name The name of the custom field. -
setName
Setter for name The name of the custom field. -
getValue
Getter for value The value of the custom field. -
setValue
Setter for value The value of the custom field. -
toString
Returns a JSON string representation of CustomFieldModel
-