Table of Contents
Properties
-
$count
: mixed
-
$currencyIdList
: mixed
-
$discount
: mixed
-
$error
: mixed
-
$price
: mixed
-
$quantity
: mixed
-
$ship
: mixed
Methods
-
add()
: mixed
-
getCount()
: int
-
getCurrencyIdCount()
: int
-
getCurrencyIdList()
: array<string|int, mixed>
-
getDiscount()
: float
-
getMaxCurrencyId()
: string
-
getPrice()
: float
-
getQuantity()
: int
-
getShip()
: float
-
getTotal()
: float
-
hasError()
: bool
-
addCurrency()
: mixed
$count
protected
mixed
$count
= 0
$currencyIdList
protected
mixed
$currencyIdList
= []
$discount
protected
mixed
$discount
= 0.0
$error
protected
mixed
$error
= false
$price
protected
mixed
$price
= null
$quantity
protected
mixed
$quantity
= 0
$ship
protected
mixed
$ship
= 0.0
add()
public
add(Transaction $transaction) : mixed
Parameters
-
$transaction
: Transaction
-
getCount()
public
getCount() : int
getCurrencyIdCount()
public
getCurrencyIdCount() : int
getCurrencyIdList()
public
getCurrencyIdList() : array<string|int, mixed>
Return values
array<string|int, mixed>
getDiscount()
public
getDiscount() : float
getMaxCurrencyId()
public
getMaxCurrencyId() : string
getPrice()
public
getPrice() : float
getQuantity()
public
getQuantity() : int
getShip()
public
getShip() : float
getTotal()
public
getTotal() : float
hasError()
public
hasError() : bool
addCurrency()
private
addCurrency(mixed $currencyId) : mixed
Parameters
-
$currencyId
: mixed
-