AutomaticLiquidationDetailType
in package
Class representing AutomaticLiquidationDetailType.
XSD Type: automaticLiquidationDetailType
Table of Contents
- $liquidationDetail : LiquidationDetailType|null
- Informace o průběhu likvidace.
- $movementDetail : MovementDetailType|null
- Informace o bankovním dokladu.
- getLiquidationDetail() : LiquidationDetailType
- Gets as liquidationDetail.
- getMovementDetail() : MovementDetailType
- Gets as movementDetail.
- setLiquidationDetail() : self
- Sets a new liquidationDetail.
- setMovementDetail() : self
- Sets a new movementDetail.
Properties
$liquidationDetail
Informace o průběhu likvidace.
private
LiquidationDetailType|null
$liquidationDetail
= null
$movementDetail
Informace o bankovním dokladu.
private
MovementDetailType|null
$movementDetail
= null
Methods
getLiquidationDetail()
Gets as liquidationDetail.
public
getLiquidationDetail() : LiquidationDetailType
Informace o průběhu likvidace.
Return values
LiquidationDetailType —getMovementDetail()
Gets as movementDetail.
public
getMovementDetail() : MovementDetailType
Informace o bankovním dokladu.
Return values
MovementDetailType —setLiquidationDetail()
Sets a new liquidationDetail.
public
setLiquidationDetail(LiquidationDetailType $liquidationDetail) : self
Informace o průběhu likvidace.
Parameters
- $liquidationDetail : LiquidationDetailType
Return values
self —setMovementDetail()
Sets a new movementDetail.
public
setMovementDetail(MovementDetailType $movementDetail) : self
Informace o bankovním dokladu.
Parameters
- $movementDetail : MovementDetailType