PointValueFactor
A point value factor is used to convert the point values of a benefit into a Euro price.
type PointValueFactor {
expiresAt: Date
validFrom: Date!
value: Float!
}
Fields
PointValueFactor.expiresAt ● Date scalar
Last date this factor is valid.
PointValueFactor.validFrom ● Date! non-null scalar
First date this factor gets valid.
PointValueFactor.value ● Float! non-null scalar
The actual point value factor.
Member Of
PointValueFactorTimeLine object