export interface RetrieveInvoiceRequest { /** * The ID of the invoice that you want to retrieve. */ invoice: string; } //# sourceMappingURL=RetrieveInvoiceRequest.d.ts.map