Skip to main content

BudgetEstimate

Budget estimate interface

interface BudgetEstimate {
canDelete: Boolean!
id: ID!
isReadOnly: Boolean!
name: String!
totals: BudgetTotals!
type: BudgetEstimateType!
}

Fields

BudgetEstimate.canDelete ● Boolean! non-null scalar

Is it possible to delete this estimate?

BudgetEstimate.id ● ID! non-null scalar

Estimate's ID

BudgetEstimate.isReadOnly ● Boolean! non-null scalar

Is this read only?

BudgetEstimate.name ● String! non-null scalar

Estimate's name

BudgetEstimate.totals ● BudgetTotals! non-null object

Estimate's total amount

BudgetEstimate.type ● BudgetEstimateType! non-null enum

Estimate's type

Implemented by

BudgetExpenseEstimate object ● BudgetIncomeEstimate object