Document representing an option item.
Property | Type | Constraints | Description |
---|---|---|---|
base_price
|
Decimal | The price for a single unit. | |
item_text
|
String | The text describing the option item in more detail. | |
option_id
|
String | mandatory=true, maxLength=256 | The id of the option. |
option_value_id
|
String | mandatory=true, maxLength=256 | The id of the option value. |
price
|
Decimal | The price of the option item. | |
quantity
|
Decimal | maxNumberValue=999.0, minNumberValue=0.01 | The quantity of the options represented by this item. |