Anchor to AddressFormFieldModeAddress
enumAddress Form Field Mode
Defines the mode for an address form field.
Anchor to Valid valuesValid values
- IGNORED
- OPTIONAL
- REQUIRED
- Anchor to IGNOREDIGNORED
Indicates that the form field should be hidden from the UI. Any values provided by the client will be ignored by the backend.
- Anchor to OPTIONALOPTIONAL
Indicates that the form field is visible in the UI and can be left empty.
- Anchor to REQUIREDREQUIRED
Indicates that the form field is visible in the UI and requires a non-empty value.
Was this section helpful?