export interface RetrievePaymentMethodRequest { /** * ID of the 'customer' object. String starting with **cus_**. */ customer: `cus_${string}`; /** * ID of the payment method to retrieve. String starting with **card_** or **other_**. */ payment_method: `card_${string}`; } //# sourceMappingURL=RetrievePaymentMethodRequest.d.ts.map