InvoiceRetentionType
in package
Class representing InvoiceRetentionType.
XSD Type: invoiceRetentionType
Table of Contents
Properties
- $accounting : RefType|null
- Předkontace pozastávky.
- $date : DateTime|null
- Datum pozastávky.
- $dateDue : DateTime|null
- Datum splatnosti pozastávky.
- $homeCurrency : float|null
- Výše pozastávky v domácí měně.
- $liquidation : LiquidationType|null
- Informace o likvidaci pozastávky.
- $text : string|null
- Text pozastávky.
Methods
- getAccounting() : RefType
- Gets as accounting.
- getDate() : DateTime
- Gets as date.
- getDateDue() : DateTime
- Gets as dateDue.
- getHomeCurrency() : float
- Gets as homeCurrency.
- getLiquidation() : LiquidationType
- Gets as liquidation.
- getText() : string
- Gets as text.
- setAccounting() : self
- Sets a new accounting.
- setDate() : self
- Sets a new date.
- setDateDue() : self
- Sets a new dateDue.
- setHomeCurrency() : self
- Sets a new homeCurrency.
- setLiquidation() : self
- Sets a new liquidation.
- setText() : self
- Sets a new text.
Properties
$accounting
Předkontace pozastávky.
private
RefType|null
$accounting
= null
$date
Datum pozastávky.
private
DateTime|null
$date
= null
$dateDue
Datum splatnosti pozastávky.
private
DateTime|null
$dateDue
= null
$homeCurrency
Výše pozastávky v domácí měně.
private
float|null
$homeCurrency
= null
$liquidation
Informace o likvidaci pozastávky.
private
LiquidationType|null
$liquidation
= null
$text
Text pozastávky.
private
string|null
$text
= null
Methods
getAccounting()
Gets as accounting.
public
getAccounting() : RefType
Předkontace pozastávky.
Return values
RefTypegetDate()
Gets as date.
public
getDate() : DateTime
Datum pozastávky.
Return values
DateTimegetDateDue()
Gets as dateDue.
public
getDateDue() : DateTime
Datum splatnosti pozastávky.
Return values
DateTimegetHomeCurrency()
Gets as homeCurrency.
public
getHomeCurrency() : float
Výše pozastávky v domácí měně.
Return values
floatgetLiquidation()
Gets as liquidation.
public
getLiquidation() : LiquidationType
Informace o likvidaci pozastávky.
Return values
LiquidationTypegetText()
Gets as text.
public
getText() : string
Text pozastávky.
Return values
stringsetAccounting()
Sets a new accounting.
public
setAccounting([RefType|null $accounting = null ]) : self
Předkontace pozastávky.
Parameters
- $accounting : RefType|null = null
Return values
selfsetDate()
Sets a new date.
public
setDate(DateTime $date) : self
Datum pozastávky.
Parameters
- $date : DateTime
Return values
selfsetDateDue()
Sets a new dateDue.
public
setDateDue(DateTime $dateDue) : self
Datum splatnosti pozastávky.
Parameters
- $dateDue : DateTime
Return values
selfsetHomeCurrency()
Sets a new homeCurrency.
public
setHomeCurrency(float $homeCurrency) : self
Výše pozastávky v domácí měně.
Parameters
- $homeCurrency : float
Return values
selfsetLiquidation()
Sets a new liquidation.
public
setLiquidation([LiquidationType|null $liquidation = null ]) : self
Informace o likvidaci pozastávky.
Parameters
- $liquidation : LiquidationType|null = null
Return values
selfsetText()
Sets a new text.
public
setText(string $text) : self
Text pozastávky.
Parameters
- $text : string