Documentation

TypeAcpCurrencyForeignType
in package

Class representing TypeAcpCurrencyForeignType.

XSD Type: typeAcpCurrencyForeign

Table of Contents

$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ě.
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

Methods

getAmount()

Gets as amount.

public getAmount() : int

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

Return values
int

getRate()

Gets as rate.

public getRate() : float

Kurs 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 kursový přepočet.

Parameters
$amount : int
Return values
self

setRate()

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
Return values
self

Search results