Class Money
All money information will be stored and manipulated in this class.
Class Money
- Team3\PayU\Order\Model\Money\Money implements Team3\PayU\Order\Model\Money\MoneyInterface
Namespace: Team3\PayU\Order\Model\Money
Package: Team3\PayU\Order\Model\Money
Located at Team3/PayU/Order/Model/Money/Money.php
Package: Team3\PayU\Order\Model\Money
Located at Team3/PayU/Order/Model/Money/Money.php
Methods summary
public
|
|
public
string
|
|
public
float|integer
|
|
public
integer
|
#
getValueWithoutSeparation( integer $precision = 2 )
When precision is set to 2 this method will transforms 12.34 into 1234. |
public
|
|
public
|
|
protected
|
Magic methods summary
Properties summary
protected
float
|
$value
|
|
protected
string
|
$currency
|
|
protected
integer
|
$precision
|