Increase.AccountStatements.AccountStatement.Loan (Increase v1.0.0)

Copy Markdown View Source

The loan balances.

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.AccountStatements.AccountStatement.Loan{
  due_at: DateTime.t() | nil,
  due_balance: integer(),
  past_due_balance: integer()
}