Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.27 KB

ItemOption.md

File metadata and controls

23 lines (19 loc) · 1.27 KB

ItemOption

Properties

Name Type Description Notes
cost_if_specified float Cost if specified [optional]
cost_per_letter float Cost per letter [optional]
cost_per_line float Cost per line [optional]
ignore_if_default bool Ignore this option on the order if the default value is selected [optional]
label str Label [optional]
label_translated_text_instance_oid int Label translated text instance ID [optional]
name str Name [optional]
name_translated_text_instance_oid int Name translated text instance ID [optional]
one_time_fee bool One time fee [optional]
option_oid int Option object identifier [optional]
required bool True if the customer is required to specify an answer [optional]
system_option bool True if this is a system option [optional]
type str Type of option [optional]
values list[ItemOptionValue] Values [optional]

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