state property
The state of the account.
This is used to decide whether the customer is in good standing with the provider and is able to make purchases. An account might not be able to make a purchase if the billing account is suspended, for example.
Output only. Possible string values are:
- "ACCOUNT_STATE_UNSPECIFIED" : Default state of the account. It's only set to this value when the account is first created and has not been initialized.
- "ACCOUNT_ACTIVATION_REQUESTED" : The customer has requested the creation of the account resource, and the provider notification message is dispatched. This state has been deprecated, as accounts now immediately transition to AccountState.ACCOUNT_ACTIVE.
- "ACCOUNT_ACTIVE" : The account is active and ready for use. The next possible states are: - Account getting deleted: After the user invokes delete from another API.
Implementation
core.String? state;