JS API Reference
Interface: IDebitNoteRepository
payment/debit_note.IDebitNoteRepository
Implemented by
Table of contents
Methods
Methods
getById
▸ getById(id): Promise<DebitNote>
Parameters
| Name | Type |
|---|---|
id | string |
Returns
Promise<DebitNote>
Defined in
Was this helpful?