Interface LinkInterface
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | The identifier | [optional] |
| Sku | string | Linked product sku | [optional] |
| OptionId | int32 | Option id | [optional] |
| Qty | float32 | Qty | [optional] |
| Position | int32 | Position | [optional] |
| IsDefault | bool | Is default | |
| Price | float32 | Price | |
| PriceType | int32 | Price type | |
| CanChangeQuantity | int32 | Whether quantity could be changed | [optional] |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Bundle\Api\Data\LinkInterface | [optional] |