The loan balances for the Account.
Fields
due_at- The ISO 8601 time at which the loan payment is due.due_balance- The total amount due on the loan.past_due_balance- The amount past due on the loan.
Summary
Types
@type t() :: %Increase.Accounts.BalanceLookup.Loan{ due_at: DateTime.t() | nil, due_balance: integer(), past_due_balance: integer() }