Documentation

DefaultPriceStockType
in package

Class representing DefaultPriceStockType.

XSD Type: defaultPriceStockType

Table of Contents

$foreignCurrency  : TypeAcpCurrencyForeignType|null
Cizí měna.
$payVAT  : string|null
Cena je uvedena: bez DPH, včetně DPH.
$price  : float|null
Výchozí cena skladové zásoby.
getForeignCurrency()  : TypeAcpCurrencyForeignType
Gets as foreignCurrency.
getPayVAT()  : string
Gets as payVAT.
getPrice()  : float
Gets as price.
setForeignCurrency()  : self
Sets a new foreignCurrency.
setPayVAT()  : self
Sets a new payVAT.
setPrice()  : self
Sets a new price.

Properties

Methods

getPayVAT()

Gets as payVAT.

public getPayVAT() : string

Cena je uvedena: bez DPH, včetně DPH.

Return values
string

getPrice()

Gets as price.

public getPrice() : float

Výchozí cena skladové zásoby.

Return values
float

setPayVAT()

Sets a new payVAT.

public setPayVAT(string $payVAT) : self

Cena je uvedena: bez DPH, včetně DPH.

Parameters
$payVAT : string
Return values
self

setPrice()

Sets a new price.

public setPrice(float $price) : self

Výchozí cena skladové zásoby.

Parameters
$price : float
Return values
self

Search results