Lithic.Types.Balance (Lithic v1.0.0)

Copy Markdown View Source

Type definitions for Lithic Balance objects.

Fields

  • "token" — financial account token
  • "available_amount" — available balance (integer, smallest unit)
  • "pending_amount" — pending/hold balance
  • "total_amount" — total balance
  • "currency" — ISO 4217 currency code
  • "last_transaction_token" — most recent transaction
  • "last_transaction_event_token" — most recent event
  • "created" — RFC 3339 timestamp
  • "updated" — RFC 3339 timestamp

Summary

Types

t()

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