LiquidationType
in package
Class representing LiquidationType.
Informace o likvidaci faktury XSD Type: liquidationType
Table of Contents
Properties
- $amountForeign : float|null
- $amountHome : float|null
- $date : DateTime|null
Methods
- getAmountForeign() : float
- Gets as amountForeign.
- getAmountHome() : float
- Gets as amountHome.
- getDate() : DateTime
- Gets as date.
- setAmountForeign() : self
- Sets a new amountForeign.
- setAmountHome() : self
- Sets a new amountHome.
- setDate() : self
- Sets a new date.
Properties
$amountForeign
private
float|null
$amountForeign
= null
$amountHome
private
float|null
$amountHome
= null
$date
private
DateTime|null
$date
= null
Methods
getAmountForeign()
Gets as amountForeign.
public
getAmountForeign() : float
Return values
floatgetAmountHome()
Gets as amountHome.
public
getAmountHome() : float
Return values
floatgetDate()
Gets as date.
public
getDate() : DateTime
Return values
DateTimesetAmountForeign()
Sets a new amountForeign.
public
setAmountForeign(float $amountForeign) : self
Parameters
- $amountForeign : float
Return values
selfsetAmountHome()
Sets a new amountHome.
public
setAmountHome(float $amountHome) : self
Parameters
- $amountHome : float
Return values
selfsetDate()
Sets a new date.
public
setDate([DateTime|null $date = null ]) : self
Parameters
- $date : DateTime|null = null