BankAccountType
in package
Class representing BankAccountType.
XSD Type: bankAccountType
Table of Contents
- $actionType : ActionTypeType|null
- Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
- $bankAccountHeader : BankAccountHeaderType|null
- $version : string|null
- getActionType() : ActionTypeType
- Gets as actionType.
- getBankAccountHeader() : BankAccountHeaderType
- Gets as bankAccountHeader.
- getVersion() : string
- Gets as version.
- setActionType() : self
- Sets a new actionType.
- setBankAccountHeader() : self
- Sets a new bankAccountHeader.
- setVersion() : self
- Sets a new version.
Properties
$actionType
Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
private
ActionTypeType|null
$actionType
= null
$bankAccountHeader
private
BankAccountHeaderType|null
$bankAccountHeader
= null
$version
private
string|null
$version
= null
Methods
getActionType()
Gets as actionType.
public
getActionType() : ActionTypeType
Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
Return values
ActionTypeType —getBankAccountHeader()
Gets as bankAccountHeader.
public
getBankAccountHeader() : BankAccountHeaderType
Return values
BankAccountHeaderType —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —setActionType()
Sets a new actionType.
public
setActionType([ActionTypeType|null $actionType = null ]) : self
Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
Parameters
- $actionType : ActionTypeType|null = null
Return values
self —setBankAccountHeader()
Sets a new bankAccountHeader.
public
setBankAccountHeader([BankAccountHeaderType|null $bankAccountHeader = null ]) : self
Parameters
- $bankAccountHeader : BankAccountHeaderType|null = null
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string