ListLedgerEntries interface
Methods
| get(List |
A collection id may optionally be specified. Only entries in the specified (or default) collection will be returned. |
| post(Create |
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
- options
- ListLedgerEntriesParameters
Returns
post(CreateLedgerEntryParameters)
A collection id may optionally be specified.
function post(options: CreateLedgerEntryParameters): StreamableMethod<CreateLedgerEntry200Response | CreateLedgerEntrydefaultResponse>
Parameters
- options
- CreateLedgerEntryParameters