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

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.SetupIntent.PaymentMethodOptions.Klarna{
  currency: String.t() | nil,
  preferred_locale: String.t() | nil
}
  • currency - The currency of the setup intent. Three letter ISO currency code. Format: ISO 4217 currency code. Nullable.
  • preferred_locale - Preferred locale of the Klarna checkout page that the customer is redirected to. Max length: 5000. Nullable.