View Source ExOAPI.Stripe.Schemas.CheckoutSessionPaymentMethodOptions (exoapi_stripe v0.1.4)
:acss_debit :: ExOAPI.Stripe.Schemas.CheckoutAcssDebitPaymentMethodOptions
:boleto :: ExOAPI.Stripe.Schemas.CheckoutBoletoPaymentMethodOptions
:konbini :: ExOAPI.Stripe.Schemas.CheckoutKonbiniPaymentMethodOptions
:oxxo :: ExOAPI.Stripe.Schemas.CheckoutOxxoPaymentMethodOptions
:us_bank_account :: ExOAPI.Stripe.Schemas.CheckoutUsBankAccountPaymentMethodOptions
Link to this section Summary
Link to this section Types
@type params() :: map()
@type t() :: %ExOAPI.Stripe.Schemas.CheckoutSessionPaymentMethodOptions{ acss_debit: ExOAPI.Stripe.Schemas.CheckoutAcssDebitPaymentMethodOptions.t() | nil, boleto: ExOAPI.Stripe.Schemas.CheckoutBoletoPaymentMethodOptions.t() | nil, konbini: ExOAPI.Stripe.Schemas.CheckoutKonbiniPaymentMethodOptions.t() | nil, oxxo: ExOAPI.Stripe.Schemas.CheckoutOxxoPaymentMethodOptions.t() | nil, us_bank_account: ExOAPI.Stripe.Schemas.CheckoutUsBankAccountPaymentMethodOptions.t() | nil }
Link to this section Functions
@spec changeset(t(), params()) :: Ecto.Changeset.t()