IntDocDetailType
in package
Class representing IntDocDetailType.
XSD Type: intDocDetailType
Table of Contents
- $intDocItem : array<string|int, mixed>
- $roundingItem : RoundingItemType|null
- Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
- 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
$intDocItem
private
array<string|int, mixed>
$intDocItem
= []
$roundingItem
Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
private
RoundingItemType|null
$roundingItem
= null
Methods
addToIntDocItem()
Adds as intDocItem.
public
addToIntDocItem(IntDocItemType $intDocItem) : self
Parameters
- $intDocItem : IntDocItemType
Return values
self —getIntDocItem()
Gets as intDocItem.
public
getIntDocItem() : array<string|int, IntDocItemType>
Return values
array<string|int, IntDocItemType> —getRoundingItem()
Gets as roundingItem.
public
getRoundingItem() : RoundingItemType
Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
Return values
RoundingItemType —issetIntDocItem()
isset intDocItem.
public
issetIntDocItem(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setIntDocItem()
Sets a new intDocItem.
public
setIntDocItem(array<string|int, IntDocItemType> $intDocItem) : self
Parameters
- $intDocItem : array<string|int, IntDocItemType>
Return values
self —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