export interface RetrieveUpcomingInvoiceRequest { /** * ID of the customer whose invoice you want to retrieve. */ customer: string; /** * Three-letter ISO 4217 code for the currency used for this bank account. Required only when subscription is not provided. Uppercase. */ currency?: string; } //# sourceMappingURL=RetrieveUpcomingInvoiceRequest.d.ts.map