export interface CompletePaymentRequest { /** * ID of the payment to complete. String starting with **payment_**. */ token: `payment_${string}`; /** * Depends on the type of payment method. See ***Body Parameters***, below. */ param1?: string; /** * Depends on the type of payment method. See ***Body Parameters***, below. */ param2?: string; } //# sourceMappingURL=CompletePaymentRequest.d.ts.map