Skip to main content
Version: 2.x

Interface: ListUsageEntriesOptions

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

Cursor-only options for the usage-only ledger view.

Properties

cursor?

optional cursor?: LedgerCursor | null

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


fromDate?

optional fromDate?: Date

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


limit?

optional limit?: number

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


toDate?

optional toDate?: Date

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