LiquidationItemType
in package
Class representing LiquidationItemType.
Informace o likvidaci faktury. XSD Type: liquidationItemType
Table of Contents
- $amount : float|null
- Částka.
- $date : DateTime|null
- Datum likvidace.
- $extId : string|null
- $foreignCurrencyAmount : float|null
- Částka v cizí měně.
- $foreignCurrencySource : float|null
- Částka zdrojového dokladu v cizí měně.
- $id : int|null
- ID likvidace.
- $sourceAgenda : string|null
- Agenda likvidujícího dokladu. Pokud je likvidace bez vazby, element se neuvádí.
- $sourceDocument : SourceDocumentType|null
- Likvidující doklad. Pokud je likvidace bez vazby, element se neuvádí.
- $taxReceiptDocument : SourceDocumentType|null
- Daňový doklad.
- getAmount() : float
- Gets as amount.
- getDate() : DateTime
- Gets as date.
- getExtId() : string
- Gets as extId.
- getForeignCurrencyAmount() : float
- Gets as foreignCurrencyAmount.
- getForeignCurrencySource() : float
- Gets as foreignCurrencySource.
- getId() : int
- Gets as id.
- getSourceAgenda() : string
- Gets as sourceAgenda.
- getSourceDocument() : SourceDocumentType
- Gets as sourceDocument.
- getTaxReceiptDocument() : SourceDocumentType
- Gets as taxReceiptDocument.
- setAmount() : self
- Sets a new amount.
- setDate() : self
- Sets a new date.
- setExtId() : self
- Sets a new extId.
- setForeignCurrencyAmount() : self
- Sets a new foreignCurrencyAmount.
- setForeignCurrencySource() : self
- Sets a new foreignCurrencySource.
- setId() : self
- Sets a new id.
- setSourceAgenda() : self
- Sets a new sourceAgenda.
- setSourceDocument() : self
- Sets a new sourceDocument.
- setTaxReceiptDocument() : self
- Sets a new taxReceiptDocument.
Properties
$amount
Částka.
private
float|null
$amount
= null
$date
Datum likvidace.
private
DateTime|null
$date
= null
$extId
private
string|null
$extId
= null
$foreignCurrencyAmount
Částka v cizí měně.
private
float|null
$foreignCurrencyAmount
= null
$foreignCurrencySource
Částka zdrojového dokladu v cizí měně.
private
float|null
$foreignCurrencySource
= null
$id
ID likvidace.
private
int|null
$id
= null
$sourceAgenda
Agenda likvidujícího dokladu. Pokud je likvidace bez vazby, element se neuvádí.
private
string|null
$sourceAgenda
= null
$sourceDocument
Likvidující doklad. Pokud je likvidace bez vazby, element se neuvádí.
private
SourceDocumentType|null
$sourceDocument
= null
$taxReceiptDocument
Daňový doklad.
private
SourceDocumentType|null
$taxReceiptDocument
= null
Methods
getAmount()
Gets as amount.
public
getAmount() : float
Částka.
Return values
float —getDate()
Gets as date.
public
getDate() : DateTime
Datum likvidace.
Return values
DateTime —getExtId()
Gets as extId.
public
getExtId() : string
Return values
string —getForeignCurrencyAmount()
Gets as foreignCurrencyAmount.
public
getForeignCurrencyAmount() : float
Částka v cizí měně.
Return values
float —getForeignCurrencySource()
Gets as foreignCurrencySource.
public
getForeignCurrencySource() : float
Částka zdrojového dokladu v cizí měně.
Return values
float —getId()
Gets as id.
public
getId() : int
ID likvidace
Return values
int —getSourceAgenda()
Gets as sourceAgenda.
public
getSourceAgenda() : string
Agenda likvidujícího dokladu. Pokud je likvidace bez vazby, element se neuvádí.
Return values
string —getSourceDocument()
Gets as sourceDocument.
public
getSourceDocument() : SourceDocumentType
Likvidující doklad. Pokud je likvidace bez vazby, element se neuvádí.
Return values
SourceDocumentType —getTaxReceiptDocument()
Gets as taxReceiptDocument.
public
getTaxReceiptDocument() : SourceDocumentType
Daňový doklad.
Return values
SourceDocumentType —setAmount()
Sets a new amount.
public
setAmount(float $amount) : self
Částka.
Parameters
- $amount : float
Return values
self —setDate()
Sets a new date.
public
setDate(DateTime $date) : self
Datum likvidace.
Parameters
- $date : DateTime
Return values
self —setExtId()
Sets a new extId.
public
setExtId(string $extId) : self
Parameters
- $extId : string
Return values
self —setForeignCurrencyAmount()
Sets a new foreignCurrencyAmount.
public
setForeignCurrencyAmount(float $foreignCurrencyAmount) : self
Částka v cizí měně.
Parameters
- $foreignCurrencyAmount : float
Return values
self —setForeignCurrencySource()
Sets a new foreignCurrencySource.
public
setForeignCurrencySource(float $foreignCurrencySource) : self
Částka zdrojového dokladu v cizí měně.
Parameters
- $foreignCurrencySource : float
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID likvidace
Parameters
- $id : int
Return values
self —setSourceAgenda()
Sets a new sourceAgenda.
public
setSourceAgenda(string $sourceAgenda) : self
Agenda likvidujícího dokladu. Pokud je likvidace bez vazby, element se neuvádí.
Parameters
- $sourceAgenda : string
Return values
self —setSourceDocument()
Sets a new sourceDocument.
public
setSourceDocument([SourceDocumentType|null $sourceDocument = null ]) : self
Likvidující doklad. Pokud je likvidace bez vazby, element se neuvádí.
Parameters
- $sourceDocument : SourceDocumentType|null = null
Return values
self —setTaxReceiptDocument()
Sets a new taxReceiptDocument.
public
setTaxReceiptDocument([SourceDocumentType|null $taxReceiptDocument = null ]) : self
Daňový doklad.
Parameters
- $taxReceiptDocument : SourceDocumentType|null = null