Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.79 KB

File metadata and controls

26 lines (23 loc) · 1.79 KB

# ProductOptionDto

Properties

Name Type Description Notes
id int Product option identifier. [optional]
product_version_id int Product version identifier [optional]
product_id int Product identifier. [optional]
tenant_id int Tenant identifier. [optional]
type \Aurigma\BackOffice\Model\OptionType Option type ('Simple' / 'Size' / 'PageCount'). [optional]
traits string[] Option traits. [optional]
title string Product option title. [optional]
sort_index int Product option sort index. [optional]
tag string Product option identifying tag. [optional]
uid string Product option UID. [optional]
use_for_design_binding bool Specifies if the option is used for design binding. [optional]
use_for_mockup_binding bool Specifies if the option is used for mockup binding. [optional]
use_for_document_binding bool Specifies if the option is used for document binding. [optional]
description string Product option description. [optional]
tooltip string Product option tooltip. [optional]
appearance_data \Aurigma\BackOffice\Model\ProductOptionDtoAppearanceData [optional]
image \Aurigma\BackOffice\Model\ProductOptionDtoImage [optional]
product_option_values \Aurigma\BackOffice\Model\ProductOptionValueDto[] A list of product option values. [optional]

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