ListLedgerEntries interface

Methods

get(ListLedgerEntriesParameters)

A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned.

post(CreateLedgerEntryParameters)

A collection id may optionally be specified.

Method Details

get(ListLedgerEntriesParameters)

A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned.

function get(options?: ListLedgerEntriesParameters): StreamableMethod<ListLedgerEntries200Response | ListLedgerEntriesdefaultResponse>

Parameters

Returns

post(CreateLedgerEntryParameters)

A collection id may optionally be specified.

function post(options: CreateLedgerEntryParameters): StreamableMethod<CreateLedgerEntry200Response | CreateLedgerEntrydefaultResponse>

Parameters

Returns