Copied!

CustomPriceAwareInterface

CustomPriceAwareInterface.php : 13
Extends PriceInterface

Methods

public__toString()

PriceInterface.php : 35
public __toString() : string

Return values

string

publicgetAmount()

PriceInterface.php : 22
public getAmount() : numeric-string

Return values

numeric-string

publicgetBaseAmount()

PriceInterface.php : 27
public getBaseAmount() : numeric-string

Return values

numeric-string

publicgetBaseMoney()

PriceInterface.php : 33
public getBaseMoney() : Money

Return values

Money

publicgetCurrency()

PriceInterface.php : 29
public getCurrency() : CurrencyInterface

Return values

CurrencyInterface

publicgetCustomPrice()

CustomPriceAwareInterface.php : 15
public getCustomPrice() : Money|null

Return values

Money|null

publicgetCustomPriceAmount()

CustomPriceAwareInterface.php : 20
public getCustomPriceAmount() : numeric-string|null

Return values

numeric-string|null

publicgetCustomPriceRule()

CustomPriceAwareInterface.php : 25
public getCustomPriceRule() : numeric-string|null

Return values

numeric-string|null

publicgetId()

PriceInterface.php : 15
public getId() : int

Return values

int

publicgetMoney()

PriceInterface.php : 31
public getMoney() : Money

Return values

Money

publicgetProduct()

PriceInterface.php : 17
public getProduct() : ProductInterface

Return values

ProductInterface