PointValueFactorTimeLine
Collects all current and future point value factors, as well as it's history.
type PointValueFactorTimeLine {
current: PointValueFactor!
future: [PointValueFactor!]!
history: [PointValueFactor!]!
}
Fields
PointValueFactorTimeLine.current ● PointValueFactor! non-null object
The current valid point value factor.
PointValueFactorTimeLine.future ● [PointValueFactor!]! non-null object
Future point value factors.
PointValueFactorTimeLine.history ● [PointValueFactor!]! non-null object
Old point value factors.
Member Of
ResidentialPark object