AccountBudgetProposalType

  • AccountBudgetProposal types include UNSPECIFIED and UNKNOWN for general statuses.

  • Specific proposal types are CREATE, UPDATE, END, and REMOVE for managing budgets.

The possible types of an AccountBudgetProposal.

Proto definition

Enums

CREATE

Identifies a request to create a new budget.

END

Identifies a request to end a budget that has already started.

REMOVE

Identifies a request to remove a budget that hasn't started yet.

UNKNOWN

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

UNSPECIFIED

Not specified.

UPDATE

Identifies a request to edit an existing budget.