ProductGroupPriceInterface
in
Interface ProductGroupPriceInterface
Tags
Table of Contents
- customerGroupId() : int
- Returns the customer group id.
- graduatedPrices() : GraduatedPriceCollection|null
- Returns the graduated prices.
- groupPrice() : float|null
- Returns the group price.
Methods
customerGroupId()
Returns the customer group id.
public
customerGroupId() : int
Return values
int —Customer group id.
graduatedPrices()
Returns the graduated prices.
public
graduatedPrices() : GraduatedPriceCollection|null
Return values
GraduatedPriceCollection|null —groupPrice()
Returns the group price.
public
groupPrice() : float|null
Return values
float|null —Group price.