Increase.Accounts.BalanceLookup.Loan (Increase v1.0.0)

Copy Markdown View Source

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

t()

@type t() :: %Increase.Accounts.BalanceLookup.Loan{
  due_at: DateTime.t() | nil,
  due_balance: integer(),
  past_due_balance: integer()
}