CustomField Data Type

Class that represents custom fields on purchases

Properties
name data type description
code string The code of a custom field. Must be present in CustomFieldKey table and be non-null and non-empty, otherwise will be ignored.
value string The value to be assigned to the specified code.

Example

{
  "code" : "...",
  "value" : "..."
}