Stripe.Resources.PaymentMethodConfiguration.Pix (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentMethodConfiguration.Pix{
  available: boolean() | nil,
  display_preference:
    Stripe.Resources.PaymentMethodConfiguration.Pix.DisplayPreference.t() | nil
}
  • available - Whether this payment method may be offered at checkout. True if display_preference is on and the payment method's capability is active.
  • display_preference