status property

String? status
getter/setter pair

The status of the billing setup.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PENDING" : The billing setup is pending approval.
  • "APPROVED_HELD" : The billing setup has been approved but the corresponding first budget has not. This can only occur for billing setups configured for monthly invoicing.
  • "APPROVED" : The billing setup has been approved.
  • "CANCELLED" : The billing setup was cancelled by the user prior to approval.

Implementation

core.String? status;