UNPKG

@bebapps/rapyd-sdk

Version:

An un-official [Rapyd](https://rapyd.net) SDK for Node.js.

7 lines (6 loc) 117 B
export interface DeleteInvoiceRequest { /** * ID of the invoice you want to delete. */ invoice: string; };