SpecialOfferInformationInterface

Extends

Interface SpecialOfferInformationInterface

package

Default

Methods

Returns the special offer's price.

price() : double

Response

double

Price of special offer.

Returns the productId the special offer belongs to.

productId() : integer

Response

integer

ID of the offered product.

Returns the quantity of the special offer.

quantity() : double

Response

double

Special offer's quantity.

Returns the special offer status.

status() : boolean

Response

boolean

True if special offer is active.