AdyenCheckoutEx.Model.Configuration (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.Configuration{
  avs: AdyenCheckoutEx.Model.Avs.t() | nil,
  cardHolderName: String.t() | nil,
  installments: AdyenCheckoutEx.Model.Installments2.t() | nil,
  shopperInput: AdyenCheckoutEx.Model.ShopperInput.t() | nil
}