AdyenCheckoutEx.Model.CheckoutOneTimePasscodeAction (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.CheckoutOneTimePasscodeAction{
  paymentData: String.t() | nil,
  paymentMethodType: String.t() | nil,
  redirect: AdyenCheckoutEx.Model.Redirect.t() | nil,
  resendInterval: integer() | nil,
  resendMaxAttempts: integer() | nil,
  resendUrl: String.t() | nil,
  type: String.t(),
  url: String.t() | nil
}