Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 899 Bytes

File metadata and controls

16 lines (13 loc) · 899 Bytes

# ProductOptionValueDto

Properties

Name Type Description Notes
id int Product option value identifier. [optional]
title string Product option value title. [optional]
sort_index int Product option value sort index. [optional]
tag string Product option value tag. [optional]
simple_option_value \Aurigma\Storefront\Products\Model\SimpleOptionValue [optional]
description string Product option value description. [optional]
colors string[] Product option value colors. [optional]
image \Aurigma\Storefront\Products\Model\ImageInfo [optional]

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