Documentation

EKasaItemType
in package

Class representing EKasaItemType.

Informace pro eKasu na položce dokladu (pouze SK verze). XSD Type: eKasaItemType

Table of Contents

$refId  : string|null
Unikátny identifikátor pôvodného dokladu - eKasa (používa sa pri vrátení tovaru).
$refundType  : string|null
eKasa typ vrátenia.
getRefId()  : string
Gets as refId.
getRefundType()  : string
Gets as refundType.
setRefId()  : self
Sets a new refId.
setRefundType()  : self
Sets a new refundType.

Properties

$refId

Unikátny identifikátor pôvodného dokladu - eKasa (používa sa pri vrátení tovaru).

private string|null $refId = null

$refundType

eKasa typ vrátenia.

private string|null $refundType = null

Methods

getRefId()

Gets as refId.

public getRefId() : string

Unikátny identifikátor pôvodného dokladu - eKasa (používa sa pri vrátení tovaru).

Return values
string

getRefundType()

Gets as refundType.

public getRefundType() : string

eKasa typ vrátenia.

Return values
string

setRefId()

Sets a new refId.

public setRefId(string $refId) : self

Unikátny identifikátor pôvodného dokladu - eKasa (používa sa pri vrátení tovaru).

Parameters
$refId : string
Return values
self

setRefundType()

Sets a new refundType.

public setRefundType(string $refundType) : self

eKasa typ vrátenia.

Parameters
$refundType : string
Return values
self

Search results