- property int $display_order If specified, determines the order in which to return a subset of contact's details. For example, if you want a contact's email address to display first, set the display_order to 1 within the field_label: CONTACT_EMAIL_ADDRESS details section.
- property string $field_label The label used to identify a field within each contact details section.
- property string $field_name The formatted name used to identify a field within each contact details section.
- property string $field_type Identifies the type of field. Acceptable values include; TEXT_AREA, DATE, SINGLE_SELECT,MULTI_SELECT, INFORMATIONAL, TERMS_CONDITIONS, ADDRESS, HEADER, DIVIDER, STATIC_TEXT.
- property string $label_key The label used to identify a contact's registration details.
CloneableInstantiable
| Methods |
| Properties |
| protected static array $fields = ['display_order' => 'int', 'field_label' => 'string', 'field_name' => 'string', 'field_type' => 'string', 'label_key' => 'string'] |
| Properties |
| protected static array $fields = ['display_order' => 'int', 'field_label' => 'string', 'field_name' => 'string', 'field_type' => 'string', 'label_key' => 'string'] |