| Name | Type | Description | Notes |
|---|---|---|---|
| ProductSku | string | Product SKU | |
| OptionId | int32 | Option id | [optional] |
| Title | string | Option title | |
| Type | string | Option type | |
| SortOrder | int32 | Sort order | |
| IsRequire | bool | Is require | |
| Price | float32 | Price | [optional] |
| PriceType | string | Price type | [optional] |
| Sku | string | Sku | [optional] |
| FileExtension | string | [optional] | |
| MaxCharacters | int32 | [optional] | |
| ImageSizeX | int32 | [optional] | |
| ImageSizeY | int32 | [optional] | |
| Values | []CatalogDataProductCustomOptionValuesInterface | [optional] | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductCustomOptionInterface | [optional] |