export interface RetrieveCustomerRequest { /** * ID of the 'customer' object. String starting with **cus_**. */ customer: `cus_${string}`; } //# sourceMappingURL=RetrieveCustomerRequest.d.ts.map