View Source ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsBancontact (exoapi_stripe v0.1.4)
:preferred_language :: :string
Preferred language of the Bancontact authorization page that the customer is redirected to.
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.InvoicePaymentMethodOptionsBancontact{
preferred_language: (:nl | :fr | :en | :de) | nil
}
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()