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
>
payment/debit_note.IDebitNoteRepository
▸ getById(id
): Promise
<DebitNote
>
Name | Type |
---|---|
id | string |
Promise
<DebitNote
>