Documentation

TypeCurrencyForeignItemType
in package

Class representing TypeCurrencyForeignItemType.

XSD Type: typeCurrencyForeignItem

Table of Contents

Properties

$unitPrice  : float|null
Jednotková cena položky dokladu. Pokud není uvedena, bere se jako NULOVÁ.

Methods

getUnitPrice()  : float
Gets as unitPrice.
setUnitPrice()  : self
Sets a new unitPrice.

Properties

$unitPrice

Jednotková cena položky dokladu. Pokud není uvedena, bere se jako NULOVÁ.

private float|null $unitPrice = null

Methods

getUnitPrice()

Gets as unitPrice.

public getUnitPrice() : float

Jednotková cena položky dokladu. Pokud není uvedena, bere se jako NULOVÁ.

Return values
float

setUnitPrice()

Sets a new unitPrice.

public setUnitPrice(float $unitPrice) : self

Jednotková cena položky dokladu. Pokud není uvedena, bere se jako NULOVÁ.

Parameters
$unitPrice : float
Return values
self

        
On this page

Search results