Buyer Fields
Buyer Fields Definitions and Types
Below are the definitions for the fields associated with the Buyer Fields Object.
Buyer Fields Entity
The Buyer Fields request returns a list of <field>
objects that are defined for each clientId
. All values within are configurable, including the lengths. Requestors should consume the metadata properties, such as minLength
and maxLength
to determine how to manage each field. Not all fields may be defined for each buyer field.
Field Object
Field Name | Description | Type | Format |
---|---|---|---|
clientId | Client ID configured under the partner | Required | decimal(16,0) |
labelText | Display text for buyer field | System | string(255) |
name | Internal name of buyer field | System | string(255) |
display | Indicates whether field should be displayed in the application | System | boolean |
mandatory | Indicates whether field is considered required for processing receivable | System | boolean |
description | Business-defined metadata about field | System | string(255) |
type | Data type | System | string(20) |
minLength | Minimum number of characters required to process field | System | decimal(3,0) |
maxLength | Maximum number of characters allowable in field | System | decimal(3,0) |
sequence | Sequence order recommended to display fields | System | decimal(2,0) |
validationExpression | Regular expression validation for allowable field syntax | System | string(500) |
values | Allowable values for certain fields if indicated | System | string(255) |
Updated about 1 year ago