BudgetTransaction

A BudgetTransaction represents a debit or credit that is issued for a Budget. Budget transactions may include adjustments to a budget's balance or applications of a budget to an order.

Properties

NameTypeDescription
IdintThe ID of the budget transaction.
BudgetIdintThe ID of the budget that the transaction belongs to.
Budget (via $expand)BudgetThe budget that the transaction belongs to.
OrderIdintThe ID of the order to which the budget was applied for this transaction, if applicable.
Order (via $expand)OrderThe order to which the budget was applied for this transaction, if applicable.
SubmitteddatetimeoffsetThe date/time the transaction was issued.
Amountdecimal(18,2)The amount of the transaction. A positive amount indicates a credit; a negative amount indicates a debit.
DescriptionstringThe description of the transaction.
AdminIdintThe ID of the admin user who issued the transaction, if applicable.
Admin (via $expand)AdminThe admin user who issued the transaction, if applicable.