Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1006 Bytes

File metadata and controls

15 lines (12 loc) · 1006 Bytes

# ProductVariantOptionDto

Properties

Name Type Description Notes
product_option_id int Product option identifier. [optional]
product_option_value_id int Product option value identifier. [optional]
product_option_type \Aurigma\BackOffice\Model\OptionType Product option type ('Simple' / 'Size' / 'PageCount'). [optional]
product_option_traits string[] Product option traits. [optional]
product_option_title string Product option title. [optional]
product_option_value_title string Product option value title. [optional]
simple_option_value \Aurigma\BackOffice\Model\ProductOptionValueDtoSimpleOptionValue [optional]

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