approvals property

List<Approval>? approvals
getter/setter pair

The approvals for this account.

These approvals are used to track actions that are permitted or have been completed by a customer within the context of the provider. This might include a sign up flow or a provisioning step, for example, that the provider can admit to having happened.

Output only.

Implementation

core.List<Approval>? approvals;