Documentation

ActionPriceStockType
in package

Class representing ActionPriceStockType.

XSD Type: actionPriceStockType

Table of Contents

$discountPercentage  : float|null
Sleva v procentech.
$fixedPrice  : string|null
Fixace Akční ceny skladové zásoby.
$price  : float|null
Akční cena skladové zásoby.
getDiscountPercentage()  : float
Gets as discountPercentage.
getFixedPrice()  : string
Gets as fixedPrice.
getPrice()  : float
Gets as price.
setDiscountPercentage()  : self
Sets a new discountPercentage.
setFixedPrice()  : self
Sets a new fixedPrice.
setPrice()  : self
Sets a new price.

Properties

$fixedPrice

Fixace Akční ceny skladové zásoby.

private string|null $fixedPrice = null

Methods

getDiscountPercentage()

Gets as discountPercentage.

public getDiscountPercentage() : float

Sleva v procentech.

Return values
float

getFixedPrice()

Gets as fixedPrice.

public getFixedPrice() : string

Fixace Akční ceny skladové zásoby.

Return values
string

getPrice()

Gets as price.

public getPrice() : float

Akční cena skladové zásoby.

Return values
float

setDiscountPercentage()

Sets a new discountPercentage.

public setDiscountPercentage(float $discountPercentage) : self

Sleva v procentech.

Parameters
$discountPercentage : float
Return values
self

setFixedPrice()

Sets a new fixedPrice.

public setFixedPrice(string $fixedPrice) : self

Fixace Akční ceny skladové zásoby.

Parameters
$fixedPrice : string
Return values
self

setPrice()

Sets a new price.

public setPrice(float $price) : self

Akční cena skladové zásoby.

Parameters
$price : float
Return values
self

Search results