Payment
extends Element
in package
Uses
ElementTrait
This is the Payment rich prices container class.
Tags
Table of Contents
$price | : float | |
---|---|---|
$priceWithTaxes | : float | |
getPrice() | Returns the price value. | : float |
getPriceWithTaxes() | Returns the priceWithTaxes value. | : float |
Properties
$price
protected
float
$price
= 0
$priceWithTaxes
protected
float
$priceWithTaxes
= 0
Methods
getPrice()
Returns the price value.
public
getPrice() : float
Return values
float —getPriceWithTaxes()
Returns the priceWithTaxes value.
public
getPriceWithTaxes() : float