Stripe.Events.V2CoreAccountPersonUpdatedEvent (tiger_stripe v0.3.0)

Copy Markdown View Source

Occurs when a Person is updated.

Summary

Types

data()

@type data() :: %{
  optional(:account_id) => term() | nil,
  optional(String.t()) => term()
}
  • account_id - The ID of the v2 account.

Functions

lookup_type()