Documentation

ForeignCurrencyType
in package

Class representing ForeignCurrencyType.

XSD Type: foreignCurrencyType

Table of Contents

Properties

$amount  : int|null
Množství cizí měny pro kurzový přepočet.
$amountD  : float|null
Částka D (cizí měna).
$amountMD  : float|null
Částka MD (cizí měna).
$amountRemain  : mixed|null
Částka zůstatku (cizí měna).
$currency  : RefType|null
ID - odkaz na cizí měnu, IDS - kód měny.
$rate  : float|null
Kurz použitý pro výpočet částek v cízí měně.

Methods

getAmount()  : int
Gets as amount.
getAmountD()  : float
Gets as amountD.
getAmountMD()  : float
Gets as amountMD.
getAmountRemain()  : mixed
Gets as amountRemain.
getCurrency()  : RefType
Gets as currency.
getRate()  : float
Gets as rate.
setAmount()  : self
Sets a new amount.
setAmountD()  : self
Sets a new amountD.
setAmountMD()  : self
Sets a new amountMD.
setAmountRemain()  : self
Sets a new amountRemain.
setCurrency()  : self
Sets a new currency.
setRate()  : self
Sets a new rate.

Properties

$amount

Množství cizí měny pro kurzový přepočet.

private int|null $amount = null

$amountRemain

Částka zůstatku (cizí měna).

private mixed|null $amountRemain = null

$rate

Kurz 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 kurzový přepočet.

Return values
int

getAmountD()

Gets as amountD.

public getAmountD() : float

Částka D (cizí měna).

Return values
float

getAmountMD()

Gets as amountMD.

public getAmountMD() : float

Částka MD (cizí měna).

Return values
float

getAmountRemain()

Gets as amountRemain.

public getAmountRemain() : mixed

Částka zůstatku (cizí měna).

getRate()

Gets as rate.

public getRate() : float

Kurz použitý pro výpočet částek v cízí měně.

Return values
float

setAmount()

Sets a new amount.

public setAmount(int $amount) : self

Množství cizí měny pro kurzový přepočet.

Parameters
$amount : int
Return values
self

setAmountD()

Sets a new amountD.

public setAmountD(float $amountD) : self

Částka D (cizí měna).

Parameters
$amountD : float
Return values
self

setAmountMD()

Sets a new amountMD.

public setAmountMD(float $amountMD) : self

Částka MD (cizí měna).

Parameters
$amountMD : float
Return values
self

setAmountRemain()

Sets a new amountRemain.

public setAmountRemain(mixed $amountRemain) : self

Částka zůstatku (cizí měna).

Parameters
$amountRemain : mixed
Return values
self

setCurrency()

Sets a new currency.

public setCurrency(RefType $currency) : self

ID - odkaz na cizí měnu, IDS - kód měny.

Parameters
$currency : RefType
Return values
self

setRate()

Sets a new rate.

public setRate(float $rate) : self

Kurz použitý pro výpočet částek v cízí měně.

Parameters
$rate : float
Return values
self

        
On this page

Search results