Stripe.Events.V2CoreAccountLinkReturnedEvent (tiger_stripe v0.3.0)

Copy Markdown View Source

Occurs when the generated AccountLink is completed.

Summary

Types

data()

@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.

Functions

lookup_type()