Represents a recurring payment schedule.
Types
recurringCreditAchPayment— recurring ACH creditrecurringDebitAchPayment— recurring ACH debitrecurringCreditBookPayment— recurring book creditrecurringRepayment— recurring credit account repayment
Statuses
Active— scheduled and will runCompleted— all scheduled occurrences sentDisabled— paused
Summary
Types
@type t() :: %Unit.Resource.RecurringPayment{ account_id: String.t() | nil, amount: integer(), counterparty_account_id: String.t() | nil, counterparty_id: String.t() | nil, created_at: DateTime.t() | nil, credit_account_id: String.t() | nil, customer_id: String.t() | nil, description: String.t() | nil, id: String.t(), interval: String.t() | nil, next_scheduled_action: Date.t() | nil, number_of_payments: integer() | nil, schedule: map() | nil, status: String.t() | nil, tags: map(), type: String.t(), updated_at: DateTime.t() | nil }