AdyenCheckoutEx.Model.Mandate (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.Mandate{
  amount: String.t(),
  amountRule: String.t() | nil,
  billingAttemptsRule: String.t() | nil,
  billingDay: String.t() | nil,
  endsAt: String.t(),
  frequency: String.t(),
  remarks: String.t() | nil,
  startsAt: String.t() | nil
}