Skip to main content

PrivateBenefits

A group containing all benefits of the type PrivateBenefit connected to the counselling interview

type PrivateBenefits {
benefitData: [Treatment!]!
budgetPlan: PrivateBudgetPlan!
subtotal: Float! @deprecated
}

Fields

PrivateBenefits.benefitData ● [Treatment!]! non-null object

List of benefit data regarding private benefits in this group

PrivateBenefits.budgetPlan ● PrivateBudgetPlan! non-null object

Calculated summary of this benefits.

PrivateBenefits.subtotal ● Float! deprecated non-null scalar

DEPRECATED

Use budgetPlan instead

Sum of all private benefits

Member Of

BenefitsData interface ● Contract object ● CounsellingInterview object