TypeAcpCurrencyForeignType
in package
Class representing TypeAcpCurrencyForeignType.
XSD Type: typeAcpCurrencyForeign
Table of Contents
Properties
- $amount : int|null
- Množství cizí měny pro kursový přepočet.
- $currency : RefType|null
- ID - odkaz na cizí měnu, IDS - kod měny.
- $rate : float|null
- Kurs použitý pro výpočet částek v cízí měně.
Methods
- getAmount() : int
- Gets as amount.
- getCurrency() : RefType
- Gets as currency.
- getRate() : float
- Gets as rate.
- setAmount() : self
- Sets a new amount.
- setCurrency() : self
- Sets a new currency.
- setRate() : self
- Sets a new rate.
Properties
$amount
Množství cizí měny pro kursový přepočet.
private
int|null
$amount
= null
$currency
ID - odkaz na cizí měnu, IDS - kod měny.
private
RefType|null
$currency
= null
$rate
Kurs použitý pro výpočet částek v cízí měně.
private
float|null
$rate
= null
Methods
getAmount()
Gets as amount.
public
getAmount() : int
Množství cizí měny pro kursový přepočet.
Return values
intgetCurrency()
Gets as currency.
public
getCurrency() : RefType
ID - odkaz na cizí měnu, IDS - kod měny.
Return values
RefTypegetRate()
Gets as rate.
public
getRate() : float
Kurs použitý pro výpočet částek v cízí měně.
Return values
floatsetAmount()
Sets a new amount.
public
setAmount(int $amount) : self
Množství cizí měny pro kursový přepočet.
Parameters
- $amount : int
Return values
selfsetCurrency()
Sets a new currency.
public
setCurrency(RefType $currency) : self
ID - odkaz na cizí měnu, IDS - kod měny.
Parameters
- $currency : RefType
Return values
selfsetRate()
Sets a new rate.
public
setRate(float $rate) : self
Kurs použitý pro výpočet částek v cízí měně.
Parameters
- $rate : float