Lithic.Types.Hold (Lithic v1.0.0)

Copy Markdown View Source

Type definitions for Lithic Hold objects.

Fields

  • "token" — unique identifier
  • "financial_account_token" — associated financial account
  • "amount" — hold amount (integer, smallest unit)
  • "currency" — ISO 4217 code
  • "status""ACTIVE", "RELEASED"
  • "created" — RFC 3339 timestamp
  • "expires" — RFC 3339 expiry timestamp

Summary

Types

t()

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