Skip to main content

BudgetIncomeEstimate

Budget income estimate

type BudgetIncomeEstimate implements BudgetEstimate {
canDelete: Boolean!
category: BudgetIncomeCategory!
date: DateISO!
id: ID!
installments: [BudgetEstimateInstallment!]!
isReadOnly: Boolean!
name: String!
splits(
first: Int
after: String
last: Int
before: String
): BudgetEstimateSplitConnection!
totals: BudgetTotals!
type: BudgetEstimateType!
}

Fields

BudgetIncomeEstimate.canDelete ● Boolean! non-null scalar

Is it possible to delete this estimate?

BudgetIncomeEstimate.category ● BudgetIncomeCategory! non-null object

Income category

BudgetIncomeEstimate.date ● DateISO! non-null scalar

Income date

BudgetIncomeEstimate.id ● ID! non-null scalar

Estimate's ID

BudgetIncomeEstimate.installments ● [BudgetEstimateInstallment!]! non-null object

Income estimates's installments

BudgetIncomeEstimate.isReadOnly ● Boolean! non-null scalar

Is this read only?

BudgetIncomeEstimate.name ● String! non-null scalar

Estimate's name

BudgetIncomeEstimate.splits ● BudgetEstimateSplitConnection! non-null object

Paginated splits associated with income estimate

BudgetIncomeEstimate.splits.first ● Int scalar

Returns the first n elements from the list.

BudgetIncomeEstimate.splits.after ● String scalar

Returns the elements in the list that come after the specified cursor.

BudgetIncomeEstimate.splits.last ● Int scalar

Returns the last n elements from the list.

BudgetIncomeEstimate.splits.before ● String scalar

Returns the elements in the list that come before the specified cursor.

BudgetIncomeEstimate.totals ● BudgetTotals! non-null object

Income estimate's total amount

BudgetIncomeEstimate.type ● BudgetEstimateType! non-null enum

Estimate's type

Interfaces

BudgetEstimate interface

Budget estimate interface

Member of

BudgetEstimateInstallment object ● BudgetIncome object ● BudgetIncomeEstimateCreatePayload object ● BudgetIncomeEstimateEdge object ● BudgetIncomeEstimateEditPayload object ● BudgetIncomeTeamFeesUpdatePayload object

Implemented by

BudgetEstimateUnion union