Documentation

BankAccountType
in package

Class representing BankAccountType.

XSD Type: bankAccountType

Table of Contents

Properties

$actionType  : ActionTypeType|null
Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
$bankAccountHeader  : BankAccountHeaderType|null
$version  : string|null

Methods

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

Methods

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

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

        
On this page

Search results