Stripe.Events.V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent (tiger_stripe v0.3.0)

Copy Markdown View Source

Occurs when the status of an Account's customer configuration capability is updated.

Summary

Types

data()

@type data() :: %{
  optional(:updated_capability) => term() | nil,
  optional(String.t()) => term()
}
  • updated_capability - Open Enum. The capability which had its status updated.

Functions

lookup_type()