Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.5 KB

File metadata and controls

40 lines (28 loc) · 1.5 KB

ItemOption

Properties

Name Type Description Notes
costIfSpecified BigDecimal Cost if specified [optional]
costPerLetter BigDecimal Cost per letter [optional]
costPerLine BigDecimal Cost per line [optional]
ignoreIfDefault Boolean Ignore this option on the order if the default value is selected [optional]
label String Label [optional]
labelTranslatedTextInstanceOid Integer Label translated text instance ID [optional]
name String Name [optional]
nameTranslatedTextInstanceOid Integer Name translated text instance ID [optional]
oneTimeFee Boolean One time fee [optional]
optionOid Integer Option object identifier [optional]
required Boolean True if the customer is required to specify an answer [optional]
systemOption Boolean True if this is a system option [optional]
type TypeEnum Type of option [optional]
values List<ItemOptionValue> Values [optional]

Enum: TypeEnum

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