Class CustomFieldModel
java.lang.Object
net.avalara.avatax.rest.client.models.CustomFieldModel
public class CustomFieldModel
extends java.lang.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 Summary
Constructors Constructor Description CustomFieldModel() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()Getter for name The name of the custom field.java.lang.StringgetValue()Getter for value The value of the custom field.voidsetName(java.lang.String value)Setter for name The name of the custom field.voidsetValue(java.lang.String value)Setter for value The value of the custom field.java.lang.StringtoString()Returns a JSON string representation of CustomFieldModel
-
Constructor Details
-
CustomFieldModel
public CustomFieldModel()
-
-
Method Details
-
getName
public java.lang.String getName()Getter for name The name of the custom field. -
setName
public void setName(java.lang.String value)Setter for name The name of the custom field. -
getValue
public java.lang.String getValue()Getter for value The value of the custom field. -
setValue
public void setValue(java.lang.String value)Setter for value The value of the custom field. -
toString
public java.lang.String toString()Returns a JSON string representation of CustomFieldModel- Overrides:
toStringin classjava.lang.Object
-