Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 820 Bytes

File metadata and controls

16 lines (10 loc) · 820 Bytes

# CatalogDataProductRenderButtonInterface

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

Properties

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]

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