Button interface. This interface represents all manner of product buttons: add to cart, add to compare, etc... The buttons describes by this interface should have interaction with backend
| Name | Type | Description | Notes |
|---|---|---|---|
| PostData | string | Post data | |
| Url | string | Url, needed to add product to cart | |
| RequiredOptions | bool | Flag whether a product has options or not | |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\Catalog\Api\Data\ProductRender\ButtonInterface | [optional] |