Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Recipient (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Recipient{
  applied: boolean() | nil,
  capabilities:
    Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Recipient.Capabilities.t()
    | nil
}
  • applied - Represents the state of the configuration, and can be updated to deactivate or re-apply a configuration.
  • capabilities - Capabilities to request on the Recipient Configuration.