WithInvestmentCosts
No description
interface WithInvestmentCosts {
investmentCostPercentage: Int
investmentCosts: Float!
}
Fields
WithInvestmentCosts.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.
WithInvestmentCosts.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.
Implemented By
CareAndDischargeBudgetPlan object ● DayCareBudgetPlan object ● NursingCareBudgetPlan object ● PreventiveCareBudgetPlan object