Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.58 KB

File metadata and controls

39 lines (27 loc) · 1.58 KB

CartKitComponentOption

Properties

Name Type Description Notes
costIfSpecified Currency [optional]
costPerLetter Currency [optional]
costPerLine Currency [optional]
ignoreIfDefault Boolean True if the default answer is ignored [optional]
itemId String Kit component item id [optional]
itemOid Integer Unique identifier for the kit component item [optional]
label String Display label for the option [optional]
name String Name of the option [optional]
oneTimeFee Boolean Charge the fee a single time instead of multiplying by the quantity [optional]
optionOid Integer Unique identifier for the option [optional]
required Boolean True if the customer is required to select a value [optional]
selectedValue String The value of the option specified by the customer [optional]
type TypeEnum Type of option [optional]
values List<CartItemOptionValue> Values that the customer can select from for radio or select type options [optional]

Enum: TypeEnum

Name Value
SINGLE "single"
MULTILINE "multiline"
DROPDOWN "dropdown"
HIDDEN "hidden"
RADIO "radio"
FIXED "fixed"