ProductIntegrationAdditionalSettingsFormField
Attributes available for an additional settings form field.
This page contains
Fields
label: [LocalizedString!] | The localized prefix label(s) of the form field. |
suffix: [LocalizedString!] | The localized suffix label(s) of the form field. |
type: ProductIntegrationAdditionalSettingsFormFieldType | The type of input field associated with the form field. |
selectFieldOptions: [ProductIntegrationAdditionalSettingsFormFieldOption] | The list of select options if the field type is |
name: String! | The key identifying the field when it is submitted to the vendor's configured order validation endpoint. |
repeatedForEachUnit: Boolean | Indicates whether this form field will be repeated for each purchased unit of an add-on. This allows collecting values specific to each purchased unit. If true, the short description of the add-on will replace the label of the form field. |
required: Boolean | Indicates whether this form field is required. |
Parent objects of ProductIntegrationAdditionalSettingsFormField
ProductIntegrationAdditionalSettingsForm | Attributes available for the Additional Settings Form of a product integration. |