Documentation

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

Methods

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
Return values
self

Search results