View Source Plaid.PaymentInitiation.Payments.Payment.Schedule (plaid v3.3.0)

Plaid Payment Schedule data structure.

Link to this section Summary

Link to this section Types

@type t() :: %Plaid.PaymentInitiation.Payments.Payment.Schedule{
  interval: String.t(),
  interval_execution_day: integer(),
  start_date: String.t()
}