Interface SaleableInterface
@api
- Since
- 100.0.2
Definition at line 15 of file SaleableInterface.php.
◆ getId()
Returns identifier of saleable item
- Returns
- int
Implemented in Product.
◆ getPriceInfo()
Returns PriceInfo container of saleable item
- Returns
- \Magento\Framework\Pricing\PriceInfoInterface
Implemented in Product.
◆ getQty()
Returns quantity of saleable item
- Returns
- float
Implemented in Product.
◆ getTypeId()
Returns type identifier of saleable item
- Returns
- array|string
Implemented in Product.
The documentation for this interface was generated from the following file: