AutomaticLiquidationType
in package
Class representing AutomaticLiquidationType.
XSD Type: automaticLiquidationType
Table of Contents
- $record : RecordAutomaticLiquidationType|null
- Výběr záznamu.
- $ruleOfPairing : RefType|null
- Pravidlo párování dokladů.
- $version : string|null
- 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
RecordAutomaticLiquidationType —getRuleOfPairing()
Gets as ruleOfPairing.
public
getRuleOfPairing() : RefType
Pravidlo párování dokladů.
Return values
RefType —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —setRecord()
Sets a new record.
public
setRecord(RecordAutomaticLiquidationType $record) : self
Výběr záznamu.
Parameters
- $record : RecordAutomaticLiquidationType
Return values
self —setRuleOfPairing()
Sets a new ruleOfPairing.
public
setRuleOfPairing(RefType $ruleOfPairing) : self
Pravidlo párování dokladů.
Parameters
- $ruleOfPairing : RefType
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string