Stripe.Resources.SetupIntent.PaymentMethodOptions.UsBankAccount (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.UsBankAccount{
  financial_connections:
    Stripe.Resources.SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections.t()
    | nil,
  mandate_options:
    Stripe.Resources.SetupIntent.PaymentMethodOptions.UsBankAccount.MandateOptions.t()
    | nil,
  verification_method: String.t() | nil
}
  • financial_connections
  • mandate_options
  • verification_method - Bank account verification method. Possible values: automatic, instant, microdeposits.