Documentation

VydejkaDetailType
in package

Class representing VydejkaDetailType.

XSD Type: vydejkaDetailType

Table of Contents

Properties

$roundingItem  : RoundingItemType|null
Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
$vydejkaItem  : array<string|int, VydejkaItemType>

Methods

addToVydejkaItem()  : self
Adds as vydejkaItem.
getRoundingItem()  : RoundingItemType
Gets as roundingItem.
getVydejkaItem()  : array<string|int, VydejkaItemType>
Gets as vydejkaItem.
issetVydejkaItem()  : bool
isset vydejkaItem.
setRoundingItem()  : self
Sets a new roundingItem.
setVydejkaItem()  : self
Sets a new vydejkaItem.
unsetVydejkaItem()  : void
unset vydejkaItem.

Properties

Methods

issetVydejkaItem()

isset vydejkaItem.

public issetVydejkaItem(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

setRoundingItem()

Sets a new roundingItem.

public setRoundingItem([RoundingItemType|null $roundingItem = null ]) : self

Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).

Parameters
$roundingItem : RoundingItemType|null = null
Return values
self

unsetVydejkaItem()

unset vydejkaItem.

public unsetVydejkaItem(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results