export interface PayInvoiceRequest { /** * ID of the invoice you want to pay. */ invoice: string; /** * Payment method for the invoice. */ payment_method?: string; } //# sourceMappingURL=PayInvoiceRequest.d.ts.map