Lithic.Types.Statement (Lithic v1.0.0)

Copy Markdown View Source

Type definitions for Lithic Statement objects (credit accounts).

Fields

  • "token" — unique identifier
  • "financial_account_token" — associated financial account
  • "statement_start_date" — ISO 8601 date
  • "statement_end_date" — ISO 8601 date
  • "payment_due_date" — ISO 8601 date
  • "amount_due" — map with "minimum" and "past_due" (integer, smallest unit)
  • "available_credit" — integer, smallest unit
  • "balance" — map with "next_statement_balance", "past_statements_balance"
  • "credit_limit" — integer, smallest unit
  • "interest_details" — interest calculation details
  • "period_totals" — map with balance, fees, interest, payments, purchases credits
  • "ytd_totals" — year-to-date totals map
  • "created" — RFC 3339 timestamp
  • "updated" — RFC 3339 timestamp

Summary

Types

t()

@type t() :: %{required(String.t()) => term()}