Documentation

IntDocDetailType
in package

Class representing IntDocDetailType.

XSD Type: intDocDetailType

Table of Contents

Properties

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

Methods

addToIntDocItem()  : self
Adds as intDocItem.
getIntDocItem()  : array<string|int, IntDocItemType>
Gets as intDocItem.
getRoundingItem()  : RoundingItemType
Gets as roundingItem.
issetIntDocItem()  : bool
isset intDocItem.
setIntDocItem()  : self
Sets a new intDocItem.
setRoundingItem()  : self
Sets a new roundingItem.
unsetIntDocItem()  : void
unset intDocItem.

Properties

Methods

issetIntDocItem()

isset intDocItem.

public issetIntDocItem(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

unsetIntDocItem()

unset intDocItem.

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

        
On this page

Search results