Shipping extends Element Uses ElementTrait

This is the Shipping rich prices container class.

Tags
see
Shipping::getPrice
see
Shipping::getPriceWithTaxes
see
Shipping::getPriceWithDiscounts
see
Shipping::getPriceWithDiscountsWithTaxes
see
ElementTrait

Table of Contents

$price  : float
$priceWithDiscounts  : float
$priceWithDiscountsWithTaxes  : float
$priceWithTaxes  : float
getPrice() Returns the price value.  : float
getPriceWithDiscounts() Returns the priceWithDiscounts value.  : float
getPriceWithDiscountsWithTaxes() Returns the priceWithDiscountsWithTaxes value.  : float
getPriceWithTaxes() Returns the priceWithTaxes value.  : float

Properties

$priceWithDiscounts

protected float $priceWithDiscounts = 0

$priceWithDiscountsWithTaxes

protected float $priceWithDiscountsWithTaxes = 0

$priceWithTaxes

protected float $priceWithTaxes = 0

Methods

getPrice()

Returns the price value.

public getPrice() : float
Return values
float

getPriceWithDiscounts()

Returns the priceWithDiscounts value.

public getPriceWithDiscounts() : float
Return values
float

getPriceWithDiscountsWithTaxes()

Returns the priceWithDiscountsWithTaxes value.

public getPriceWithDiscountsWithTaxes() : float
Return values
float

getPriceWithTaxes()

Returns the priceWithTaxes value.

public getPriceWithTaxes() : float
Return values
float

Search results