AdyenCheckoutEx.Model.PaymentMethodsRequest (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.PaymentMethodsRequest{
  additionalData: %{optional(String.t()) => String.t()} | nil,
  allowedPaymentMethods: [String.t()] | nil,
  amount: AdyenCheckoutEx.Model.Amount.t() | nil,
  blockedPaymentMethods: [String.t()] | nil,
  channel: String.t() | nil,
  countryCode: String.t() | nil,
  merchantAccount: String.t(),
  order: AdyenCheckoutEx.Model.CheckoutOrder.t() | nil,
  shopperLocale: String.t() | nil,
  shopperReference: String.t() | nil,
  splitCardFundingSources: boolean() | nil,
  store: String.t() | nil
}