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 |