Period
Period. Represents a financial period within a budget.
type Period {
periodId: String
amount: Decimal
}
Fields
Period.periodId ● String scalar
periodId > The financial period to which the transactions recorded in the document should be posted. Format YYYYMM.
Period.amount ● Decimal scalar
amount > The budgeted amount for this period within the financial year.
Member Of
Budget object