SpecialOfferInterface

Extends

Interface SpecialOfferInterface

package

Default

Methods

Returns the creation date of the special offer.

added() : \DateTime

Response

\DateTime

Creation date of special offer.

Returns the start date of the special offer.

begins() : \DateTime

Response

\DateTime

Start date of special offer.

Returns the expiration date of the special offer.

expires() : \DateTime

Response

\DateTime

Expiration date of special offer.

Returns the special offer id.

id() : integer|null

Response

integer|null

Id of special offer.

Returns the last modification date of the special offer.

modified() : \DateTime

Response

\DateTime

Last modification date of special offer.

Returns the special offer's price.

price() : double

Response

double

Price of special offer.

Returns the product id of the special.

productId() : integer

Response

integer

Id of special offer's 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.