Represents a repayment towards a credit account.
Types
bookRepayment— from a deposit account at the same bank (instant)achRepayment— from an external account via ACHcapitalPartnerBookRepayment— for capital-partner lending flowscapitalPartnerAchRepayment
Summary
Types
@type t() :: %Unit.Resource.Repayment{ account_id: String.t() | nil, amount: integer(), created_at: DateTime.t() | nil, credit_account_id: String.t() | nil, customer_id: String.t() | nil, description: String.t() | nil, id: String.t(), payment_id: String.t() | nil, status: String.t() | nil, tags: map(), type: String.t(), updated_at: DateTime.t() | nil }