TimeboxedFloat
Collects all current and future values, as well as it's history.
type TimeboxedFloat {
current: TimeboxedFloatEntry!
future: [TimeboxedFloatEntry!]!
history: [TimeboxedFloatEntry!]!
}
Fields
TimeboxedFloat.current ● TimeboxedFloatEntry! non-null object
The current valid value (today).
TimeboxedFloat.future ● [TimeboxedFloatEntry!]! non-null object
Future values.
TimeboxedFloat.history ● [TimeboxedFloatEntry!]! non-null object
Old values.
Member Of
Benefit interface ● BenefitComplexParagraph36 object ● CareAndDischargeBenefitParagraph45b object ● CompensationSurchargeBenefitParagraph43B object ● CounsellingSessionsBenefitParagraph37Abs3 object ● DayCareBenefitParagraph41 object ● GenericBenefit object ● HomeNursingBenefit object ● IndividualFlatRateHomeNursingBenefit object ● Paragraph36CatalogueOptions object ● Paragraph41CatalogueOptions object ● PreventiveCareBenefitParagraph39 object ● PrivateBenefit object