UNPKG

@bebapps/rapyd-sdk

Version:

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

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