Skip to content

AdditionalFieldOption

The AdditionalFieldOption object represents a single option for additional form field in the storefront.

classDiagram
  direction LR
  class AdditionalFieldOption{
    int id
    string name
  }

Properties

Attribute name Type Description
id int The unique identifier of the additional form field
name string The option name

Examples

id property

{{ additionalField.id }}
1

name property

{{ additionalField.name }}
example name