export interface MarkInvoiceUncollectibleRequest { /** * ID of the invoice you want to pay. */ invoice: string; } //# sourceMappingURL=MarkInvoiceUncollectibleRequest.d.ts.map