Skip to main content

IProductOffer

Interface for the ProductOffer Type

interface IProductOffer {
id: String!
price: Float!
validFrom: DateTime!
validTo: DateTime!
formula: String!
}

Fields

IProductOffer.id ● String! non-null scalar

The id of the offer.

IProductOffer.price ● Float! non-null scalar

The calculated price for this offer.

IProductOffer.validFrom ● DateTime! non-null scalar

IProductOffer.validTo ● DateTime! non-null scalar

IProductOffer.formula ● String! non-null scalar

Implemented By

ProductOffer object