UNPKG

@bebapps/rapyd-sdk

Version:

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

11 lines (10 loc) 187 B
export interface PayInvoiceRequest { /** * ID of the invoice you want to pay. */ invoice: string; /** * Payment method for the invoice. */ payment_method?: string; };