TimeboxedPrice
A fixed price for a benefit.
type TimeboxedPrice {
expiresAt: Date
validFrom: Date!
value: Float!
}
Fields
TimeboxedPrice.expiresAt ● Date scalar
Last date this price is valid.
TimeboxedPrice.validFrom ● Date! non-null scalar
First date this price gets valid.
TimeboxedPrice.value ● Float! non-null scalar
The actual price.
Member Of
PriceTimeLine object