EKasaItemType
in package
Class representing EKasaItemType.
Informace pro eKasu na položce dokladu (pouze SK verze). XSD Type: eKasaItemType
Table of Contents
Properties
- $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.
Methods
- 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
stringgetRefundType()
Gets as refundType.
public
getRefundType() : string
eKasa typ vrátenia.
Return values
stringsetRefId()
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
selfsetRefundType()
Sets a new refundType.
public
setRefundType(string $refundType) : self
eKasa typ vrátenia.
Parameters
- $refundType : string