export interface RetrieveInvoiceLinesFromUpcomingInvoiceRequest { /** * ID of the customer whose invoice you want to retrieve. */ customer: string; /** * Three-letter ISO 4217 code for the currency. Required when the invoice is not linked to a specific subscription. Uppercase. */ currency?: string; } //# sourceMappingURL=RetrieveInvoiceLinesFromUpcomingInvoiceRequest.d.ts.map