Skip to main content
Version: 2.x

Interface: ListLedgerEntriesOptions

Defined in: javascript/src/credits/types/ledger.ts:26

Cursor-only options for listing account ledger entries.

Properties

cursor?

optional cursor?: LedgerCursor | null

Defined in: javascript/src/credits/types/ledger.ts:31


entryTypes?

optional entryTypes?: string[]

Defined in: javascript/src/credits/types/ledger.ts:27


fromDate?

optional fromDate?: Date

Defined in: javascript/src/credits/types/ledger.ts:28


limit?

optional limit?: number

Defined in: javascript/src/credits/types/ledger.ts:30


toDate?

optional toDate?: Date

Defined in: javascript/src/credits/types/ledger.ts:29