Skip to main content

PreventiveCareBudgetPlan

The budget plan of the preventive care benefits

type PreventiveCareBudgetPlan implements BenefitBudgetPlan, WithInvestmentCosts {
budget: Float!
costs: Float!
investmentCostPercentage: Int
investmentCosts: Float!
ownContribution: Float!
remainingBudget: Float!
}

Fields

PreventiveCareBudgetPlan.budget ● Float! non-null scalar

The predefined budget for the preventive care benefits

PreventiveCareBudgetPlan.costs ● Float! non-null scalar

Sum of all benefits costs

PreventiveCareBudgetPlan.investmentCostPercentage ● Int scalar

The investment percentage for the budget plan. Investment percentage is a value between 0 and 100. Investment percentage is optional. It's always calculated from the budget plan's total costs and added to the private part of the invoice.

PreventiveCareBudgetPlan.investmentCosts ● Float! non-null scalar

The investment costs for the budget plan. Investment costs are calculated from the budget plan's total costs and added to the private part of the invoice. Always 0 if no investment percentage is set.

PreventiveCareBudgetPlan.ownContribution ● Float! non-null scalar

Personal self-participation of the client

PreventiveCareBudgetPlan.remainingBudget ● Float! non-null scalar

The remaining budget after all costs

Interfaces

BenefitBudgetPlan interface

Interface containing all costs as a part of the budget plan of the given benefit group

WithInvestmentCosts interface

Member Of

BudgetPlan object ● PreventiveCareBenefits object