TotalsTrait
This is the totals trait.
Tags
Table of Contents
getTotal() | Returns the basket total. | : float |
---|---|---|
getTotalDiscounts() | Returns the basket discounts total. | : float |
getTotalTaxes() | Returns the basket taxes total. | : float |
getTotalVouchers() | Returns the basket vouchers total. | : float |
Methods
getTotal()
Returns the basket total.
public
getTotal() : float
Return values
float —getTotalDiscounts()
Returns the basket discounts total.
public
getTotalDiscounts() : float
Return values
float —getTotalTaxes()
Returns the basket taxes total.
public
getTotalTaxes() : float
Return values
float —getTotalVouchers()
Returns the basket vouchers total.
public
getTotalVouchers() : float