Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 975 Bytes

File metadata and controls

13 lines (10 loc) · 975 Bytes

# ProductOptionsDetail

Properties

Name Type Description Notes
name string The option name [optional]
type string The option type. If FIXED, then fixed_options will be returned. If VARIABLE, then variable_setting will be returned. [optional]
required bool If the user is required to select/fill in an option for the product [optional]
fixed_options \Keap\Core\V2\Model\ProductFixedOptionDetail[] List of option values for the fixed option [optional]
variable_setting \Keap\Core\V2\Model\ProductVariableSettingDetail The option is a user-defined free-form field. The settings define the restrictions on what can be entered. [optional]

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