Documentation

OfferDetailType
in package

Class representing OfferDetailType.

XSD Type: offerDetailType

Table of Contents

Properties

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

Methods

addToOfferItem()  : self
Adds as offerItem.
getOfferItem()  : array<string|int, OfferItemType>
Gets as offerItem.
getRoundingItem()  : RoundingItemType
Gets as roundingItem.
issetOfferItem()  : bool
isset offerItem.
setOfferItem()  : self
Sets a new offerItem.
setRoundingItem()  : self
Sets a new roundingItem.
unsetOfferItem()  : void
unset offerItem.

Properties

Methods

issetOfferItem()

isset offerItem.

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

unsetOfferItem()

unset offerItem.

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

        
On this page

Search results