Skip to main content

SavingsGoalBudgetAmountsForMonth

Budget amounts for a single savings goal for a single month.

type SavingsGoalBudgetAmountsForMonth {
actualAmount: Float!
id: ID!
month: Date!
plannedAmount: Float
remainingAmount: Float!
savingsGoal: SavingsGoal!
}

Fields

SavingsGoalBudgetAmountsForMonth.actualAmount ● Float! non-null scalar

SavingsGoalBudgetAmountsForMonth.id ● ID! non-null scalar

SavingsGoalBudgetAmountsForMonth.month ● Date! non-null scalar

SavingsGoalBudgetAmountsForMonth.plannedAmount ● Float scalar

SavingsGoalBudgetAmountsForMonth.remainingAmount ● Float! non-null scalar

SavingsGoalBudgetAmountsForMonth.savingsGoal ● SavingsGoal! non-null object

Member Of

SavingsGoal object ● SavingsGoalMonthlyBudgetAmounts object