Documentation

CashRegisterType
in package

Class representing CashRegisterType.

XSD Type: cashRegisterType

Table of Contents

$actionType  : ActionTypeType|null
Typ práce s dokladem. Výchozí hodnota je přidání nového dokladu.
$cashRegisterHeader  : CashRegisterHeaderType|null
$version  : string|null
getActionType()  : ActionTypeType
Gets as actionType.
getCashRegisterHeader()  : CashRegisterHeaderType
Gets as cashRegisterHeader.
getVersion()  : string
Gets as version.
setActionType()  : self
Sets a new actionType.
setCashRegisterHeader()  : self
Sets a new cashRegisterHeader.
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

Search results