WalletTransaction

A single movement in the wallet ledger.

  • object
    Type: string

    Resource type identifier.

  • id
    Type: string

    Ledger line identifier (jlin_… typeid).

  • currency
    Type: string

    ISO 4217 currency of the movement.

  • amount
    Type: integer

    Signed customer-facing amount, in the currency's minor unit (positive in, negative out).

  • memo
    Type: string

    Human-readable description of the movement; omitted when absent.

  • effective_at
    Type: string

    When the movement took effect, RFC 3339 (UTC).