AutomaticLiquidationType
in package
Class representing AutomaticLiquidationType.
XSD Type: automaticLiquidationType
Table of Contents
Properties
- $record : RecordAutomaticLiquidationType|null
- Výběr záznamu.
- $ruleOfPairing : RefType|null
- Pravidlo párování dokladů.
- $version : string|null
Methods
- getRecord() : RecordAutomaticLiquidationType
- Gets as record.
- getRuleOfPairing() : RefType
- Gets as ruleOfPairing.
- getVersion() : string
- Gets as version.
- setRecord() : self
- Sets a new record.
- setRuleOfPairing() : self
- Sets a new ruleOfPairing.
- setVersion() : self
- Sets a new version.
Properties
$record
Výběr záznamu.
private
RecordAutomaticLiquidationType|null
$record
= null
$ruleOfPairing
Pravidlo párování dokladů.
private
RefType|null
$ruleOfPairing
= null
$version
private
string|null
$version
= null
Methods
getRecord()
Gets as record.
public
getRecord() : RecordAutomaticLiquidationType
Výběr záznamu.
Return values
RecordAutomaticLiquidationTypegetRuleOfPairing()
Gets as ruleOfPairing.
public
getRuleOfPairing() : RefType
Pravidlo párování dokladů.
Return values
RefTypegetVersion()
Gets as version.
public
getVersion() : string
Return values
stringsetRecord()
Sets a new record.
public
setRecord(RecordAutomaticLiquidationType $record) : self
Výběr záznamu.
Parameters
- $record : RecordAutomaticLiquidationType
Return values
selfsetRuleOfPairing()
Sets a new ruleOfPairing.
public
setRuleOfPairing(RefType $ruleOfPairing) : self
Pravidlo párování dokladů.
Parameters
- $ruleOfPairing : RefType
Return values
selfsetVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string