Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.44 KB

CartKitComponentOption.md

File metadata and controls

23 lines (19 loc) · 1.44 KB

com.ultracart.admin.v2.Model.CartKitComponentOption

Properties

Name Type Description Notes
CostIfSpecified Currency [optional]
CostPerLetter Currency [optional]
CostPerLine Currency [optional]
IgnoreIfDefault bool? True if the default answer is ignored [optional]
ItemId string Kit component item id [optional]
ItemOid int? Unique identifier for the kit component item [optional]
Label string Display label for the option [optional]
Name string Name of the option [optional]
OneTimeFee bool? Charge the fee a single time instead of multiplying by the quantity [optional]
OptionOid int? Unique identifier for the option [optional]
Required bool? True if the customer is required to select a value [optional]
SelectedValue string The value of the option specified by the customer [optional]
Type string Type of option [optional]
Values List<CartItemOptionValue> Values that the customer can select from for radio or select type options [optional]

[Back to Model list] [Back to API list] [Back to README]