FinancialConnectionsAccountRefreshedOwnershipEvent constructor
const
FinancialConnectionsAccountRefreshedOwnershipEvent({
- 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});