SpecialOfferInformationInterface
in
Interface SpecialOfferInformationInterface
Table of Contents
- price() : float
- Returns the special offer's price.
- productId() : int
- Returns the productId the special offer belongs to.
- quantity() : float
- Returns the quantity of the special offer.
- status() : bool
- Returns the special offer status.
Methods
price()
Returns the special offer's price.
public
price() : float
Return values
float —Price of special offer.
productId()
Returns the productId the special offer belongs to.
public
productId() : int
Return values
int —ID of the offered product.
quantity()
Returns the quantity of the special offer.
public
quantity() : float
Return values
float —Special offer's quantity.
status()
Returns the special offer status.
public
status() : bool
Return values
bool —True if special offer is active.