AccountBudgetStatus

  • An AccountBudget can have several statuses, including unspecified, unknown, pending, approved, and cancelled.

  • Pending indicates the budget is awaiting approval.

  • Approved means the budget has been confirmed.

  • Cancelled signifies the budget was terminated by the user.

The possible statuses of an AccountBudget.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

PENDING

The account budget is pending approval.

APPROVED

The account budget has been approved.

CANCELLED

The account budget has been cancelled by the user.