DayCareBenefits
A group containing one single benefit of the type DayCareBenefit and one single benefit of type CompensationSurchargeBenefitData connected to the counselling interview
type DayCareBenefits {
budgetPlan: DayCareBudgetPlan!
compensationSurchargeBenefitData: Treatment
dayCareBenefitData: Treatment
ownContribution: Float! @deprecated
remainingBudget: Float! @deprecated
subtotal: Float! @deprecated
trainingLevy: Float! @deprecated
}
Fields
DayCareBenefits.budgetPlan ● DayCareBudgetPlan! non-null object
Calculated summary of this benefits.
DayCareBenefits.compensationSurchargeBenefitData ● Treatment object
Single benefit data regarding the compensation surcharge benefit in this group
DayCareBenefits.dayCareBenefitData ● Treatment object
Single benefit data regarding the day care benefit in this group
DayCareBenefits.ownContribution ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
The own contribution to be paid by the client, if there is such.
DayCareBenefits.remainingBudget ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
The remaining budget if there is such.
DayCareBenefits.subtotal ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
Sum of all daycare benefits.
DayCareBenefits.trainingLevy ● Float! deprecated non-null scalar
DEPRECATED
Use budgetPlan instead
Calculated training levy for the selected daycare benefits.
Member Of
BenefitsData interface ● Contract object ● CounsellingInterview object