Occurs when the generated AccountLink is completed.
Summary
Types
@type data() :: %{ optional(:account_id) => term() | nil, optional(:configurations) => term() | nil, optional(:use_case) => term() | nil, optional(String.t()) => term() }
account_id- The ID of the v2 account.configurations- Configurations on the Account that was onboarded via the account link.use_case- Open Enum. The use case type of the account link that has been completed.