export interface CancelPaymentRequest { /** * ID of the payment. String starting with **payment_**. */ payment: `payment_${string}`; } //# sourceMappingURL=CancelPaymentRequest.d.ts.map