CareAndDischargeBudgetPlan
The budget plan of the relief benefits
type CareAndDischargeBudgetPlan implements BenefitBudgetPlan, WithInvestmentCosts {
budget: Float!
costs: Float!
investmentCostPercentage: Int
investmentCosts: Float!
ownContribution: Float!
remainingBudget: Float!
}
Fields
CareAndDischargeBudgetPlan.budget ● Float! non-null scalar
The predefined budget for the relief care benefits
CareAndDischargeBudgetPlan.costs ● Float! non-null scalar
Sum of all benefits costs
CareAndDischargeBudgetPlan.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.
CareAndDischargeBudgetPlan.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.
CareAndDischargeBudgetPlan.ownContribution ● Float! non-null scalar
Personal self-participation of the client
CareAndDischargeBudgetPlan.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 ● ReliefBenefits object