Documentation

TypeCurrencyHomeItemRoundingType
in package

Class representing TypeCurrencyHomeItemRoundingType.

XSD Type: typeCurrencyHomeItemRounding

Table of Contents

Properties

$price  : float|null
Cena položky bez DPH.
$priceVAT  : float|null
DPH.
$unitPrice  : float|null
Jednotková cena.

Methods

getPrice()  : float
Gets as price.
getPriceVAT()  : float
Gets as priceVAT.
getUnitPrice()  : float
Gets as unitPrice.
setPrice()  : self
Sets a new price.
setPriceVAT()  : self
Sets a new priceVAT.
setUnitPrice()  : self
Sets a new unitPrice.

Properties

Methods

setUnitPrice()

Sets a new unitPrice.

public setUnitPrice(float $unitPrice) : self

Jednotková cena.

Parameters
$unitPrice : float
Return values
self

        
On this page

Search results