status property
The status of the client buyer. Possible string values are:
- "CLIENT_STATUS_UNSPECIFIED" : A placeholder for an undefined client status.
- "DISABLED" : A client that is currently disabled.
- "ACTIVE" : A client that is currently active.
Implementation
core.String? status;