Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.37 KB

CartItemOption.md

File metadata and controls

38 lines (24 loc) · 1.37 KB

UltraCartRestApiV2.CartItemOption

Properties

Name Type Description Notes
cost_if_specified Currency [optional]
cost_per_letter Currency [optional]
cost_per_line Currency [optional]
ignore_if_default Boolean True if the default answer is ignored [optional]
label String Display label for the option [optional]
name String Name of the option [optional]
one_time_fee Boolean Charge the fee a single time instead of multiplying by the quantity [optional]
option_oid Number Unique identifier for the option [optional]
required Boolean True if the customer is required to select a value [optional]
selected_value String The value of the option specified by the customer [optional]
type String Type of option [optional]
values [CartItemOptionValue] Values that the customer can select from for radio or select type options [optional]

Enum: TypeEnum

  • single (value: "single")

  • multiline (value: "multiline")

  • dropdown (value: "dropdown")

  • hidden (value: "hidden")

  • radio (value: "radio")

  • fixed (value: "fixed")