PaymentAdvancedType
in package
Class representing PaymentAdvancedType.
XSD Type: paymentAdvancedType
Table of Contents
Properties
- $account : AccountType|null
- Účet.
- $amount : int|null
- Množství cizí měny pro kursový přepočet.
- $paymentTerminal : string|null
- Uhrazeno přes platební terminál.
- $rate : float|null
- Kurs použitý pro výpočet částek v cízí měně.
- $symVar : string|null
- Variabilní symbol.
- $valueFoodVoucher : float|null
- Hodnota stravenky.
Methods
- getAccount() : AccountType
- Gets as account.
- getAmount() : int
- Gets as amount.
- getPaymentTerminal() : string
- Gets as paymentTerminal.
- getRate() : float
- Gets as rate.
- getSymVar() : string
- Gets as symVar.
- getValueFoodVoucher() : float
- Gets as valueFoodVoucher.
- setAccount() : self
- Sets a new account.
- setAmount() : self
- Sets a new amount.
- setPaymentTerminal() : self
- Sets a new paymentTerminal.
- setRate() : self
- Sets a new rate.
- setSymVar() : self
- Sets a new symVar.
- setValueFoodVoucher() : self
- Sets a new valueFoodVoucher.
Properties
$account
Účet.
private
AccountType|null
$account
= null
$amount
Množství cizí měny pro kursový přepočet.
private
int|null
$amount
= null
$paymentTerminal
Uhrazeno přes platební terminál.
private
string|null
$paymentTerminal
= null
$rate
Kurs použitý pro výpočet částek v cízí měně.
private
float|null
$rate
= null
$symVar
Variabilní symbol.
private
string|null
$symVar
= null
$valueFoodVoucher
Hodnota stravenky.
private
float|null
$valueFoodVoucher
= null
Methods
getAccount()
Gets as account.
public
getAccount() : AccountType
Účet.
Return values
AccountTypegetAmount()
Gets as amount.
public
getAmount() : int
Množství cizí měny pro kursový přepočet.
Return values
intgetPaymentTerminal()
Gets as paymentTerminal.
public
getPaymentTerminal() : string
Uhrazeno přes platební terminál.
Return values
stringgetRate()
Gets as rate.
public
getRate() : float
Kurs použitý pro výpočet částek v cízí měně.
Return values
floatgetSymVar()
Gets as symVar.
public
getSymVar() : string
Variabilní symbol.
Return values
stringgetValueFoodVoucher()
Gets as valueFoodVoucher.
public
getValueFoodVoucher() : float
Hodnota stravenky.
Return values
floatsetAccount()
Sets a new account.
public
setAccount([AccountType|null $account = null ]) : self
Účet.
Parameters
- $account : AccountType|null = null
Return values
selfsetAmount()
Sets a new amount.
public
setAmount(int $amount) : self
Množství cizí měny pro kursový přepočet.
Parameters
- $amount : int
Return values
selfsetPaymentTerminal()
Sets a new paymentTerminal.
public
setPaymentTerminal(string $paymentTerminal) : self
Uhrazeno přes platební terminál.
Parameters
- $paymentTerminal : string
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
Return values
selfsetSymVar()
Sets a new symVar.
public
setSymVar(string $symVar) : self
Variabilní symbol.
Parameters
- $symVar : string
Return values
selfsetValueFoodVoucher()
Sets a new valueFoodVoucher.
public
setValueFoodVoucher(float $valueFoodVoucher) : self
Hodnota stravenky.
Parameters
- $valueFoodVoucher : float