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