ProductPriceInterface
in
Interface ProductPriceInterface
Tags
Table of Contents
- groupPrices() : ProductGroupPriceCollection|null
- Returns the group prices.
- price() : float
- Returns the product price
- productId() : int
- Returns the product id.
- taxClassId() : int
- Returns the tax class id.
Methods
groupPrices()
Returns the group prices.
public
groupPrices() : ProductGroupPriceCollection|null
Return values
ProductGroupPriceCollection|null —price()
Returns the product price
public
price() : float
Return values
float —Product price.
productId()
Returns the product id.
public
productId() : int
Return values
int —Product id.
taxClassId()
Returns the tax class id.
public
taxClassId() : int
Return values
int —Tax class id.