FinancialConnectionsAccountRefreshedOwnershipEvent constructor

const FinancialConnectionsAccountRefreshedOwnershipEvent({
  1. required FinancialConnectionsAccount object,
})

Occurs when an Account’s `ownership_refresh` status transitions from `pending` to either `succeeded` or `failed`.

Implementation

const FinancialConnectionsAccountRefreshedOwnershipEvent(
    {required this.object});