RulesPairingHeaderType
in package
Class representing RulesPairingHeaderType.
XSD Type: rulesPairingHeaderType
Table of Contents
Properties
- $automaticLiquidation : string|null
- Nabízet při automatické likvidaci.
- $id : int|null
- ID záznamu (jen pro export).
- $ids : string|null
- Název pravidla párování dokladů.
- $markRecord : string|null
- Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
- $note : string|null
- Poznámka.
Methods
- getAutomaticLiquidation() : string
- Gets as automaticLiquidation.
- getId() : int
- Gets as id.
- getIds() : string
- Gets as ids.
- getMarkRecord() : string
- Gets as markRecord.
- getNote() : string
- Gets as note.
- setAutomaticLiquidation() : self
- Sets a new automaticLiquidation.
- setId() : self
- Sets a new id.
- setIds() : self
- Sets a new ids.
- setMarkRecord() : self
- Sets a new markRecord.
- setNote() : self
- Sets a new note.
Properties
$automaticLiquidation
Nabízet při automatické likvidaci.
private
string|null
$automaticLiquidation
= null
$id
ID záznamu (jen pro export).
private
int|null
$id
= null
$ids
Název pravidla párování dokladů.
private
string|null
$ids
= null
$markRecord
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
private
string|null
$markRecord
= null
$note
Poznámka.
private
string|null
$note
= null
Methods
getAutomaticLiquidation()
Gets as automaticLiquidation.
public
getAutomaticLiquidation() : string
Nabízet při automatické likvidaci.
Return values
stringgetId()
Gets as id.
public
getId() : int
ID záznamu (jen pro export).
Return values
intgetIds()
Gets as ids.
public
getIds() : string
Název pravidla párování dokladů.
Return values
stringgetMarkRecord()
Gets as markRecord.
public
getMarkRecord() : string
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Return values
stringgetNote()
Gets as note.
public
getNote() : string
Poznámka
Return values
stringsetAutomaticLiquidation()
Sets a new automaticLiquidation.
public
setAutomaticLiquidation(string $automaticLiquidation) : self
Nabízet při automatické likvidaci.
Parameters
- $automaticLiquidation : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (jen pro export).
Parameters
- $id : int
Return values
selfsetIds()
Sets a new ids.
public
setIds(string $ids) : self
Název pravidla párování dokladů.
Parameters
- $ids : string
Return values
selfsetMarkRecord()
Sets a new markRecord.
public
setMarkRecord(string $markRecord) : self
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Parameters
- $markRecord : string
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka
Parameters
- $note : string