phpDocumentor

ProductGroupPrice implements ProductGroupPriceInterface

Class ProductGroupPrice

Tags
category

System

subpackage

ValueObjects

Interfaces, Classes and Traits

ProductGroupPriceInterface
Interface ProductGroupPriceInterface

Table of Contents

$customerGroupId  : int
$graduatedPrices  : GraduatedPriceCollection|null
$groupPrice  : float|null
__construct()  : mixed
ProductGroupPrice constructor.
create()  : ProductGroupPrice
Named constructor of product group price.
customerGroupId()  : int
Returns the customer group id.
graduatedPrices()  : GraduatedPriceCollection|null
Returns the graduated prices.
groupPrice()  : float|null
Returns the group price.

Properties

Methods

customerGroupId()

Returns the customer group id.

public customerGroupId() : int
Return values
int

Customer group id.

groupPrice()

Returns the group price.

public groupPrice() : float|null
Return values
float|null

Group price.

Search results