OfferDetailType
in package
Class representing OfferDetailType.
XSD Type: offerDetailType
Table of Contents
- $offerItem : array<string|int, mixed>
- $roundingItem : RoundingItemType|null
- Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
- 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
$offerItem
private
array<string|int, mixed>
$offerItem
= []
$roundingItem
Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
private
RoundingItemType|null
$roundingItem
= null
Methods
addToOfferItem()
Adds as offerItem.
public
addToOfferItem(OfferItemType $offerItem) : self
Parameters
- $offerItem : OfferItemType
Return values
self —getOfferItem()
Gets as offerItem.
public
getOfferItem() : array<string|int, OfferItemType>
Return values
array<string|int, OfferItemType> —getRoundingItem()
Gets as roundingItem.
public
getRoundingItem() : RoundingItemType
Položka dokladu - výpočet DPH ze zaokrouhlení (pouze pro export).
Return values
RoundingItemType —issetOfferItem()
isset offerItem.
public
issetOfferItem(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —setOfferItem()
Sets a new offerItem.
public
setOfferItem(array<string|int, OfferItemType> $offerItem) : self
Parameters
- $offerItem : array<string|int, OfferItemType>
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 —unsetOfferItem()
unset offerItem.
public
unsetOfferItem(int|string $index) : void
Parameters
- $index : int|string