UNPKG

mercadopago

Version:
4 lines (3 loc) 287 B
import type { CancelPaymentIntentResponse } from '../commonTypes'; import type { PointCancelPaymentIntentClient } from './types'; export default function cancelPaymentIntent({ device_id, payment_intent_id, config }: PointCancelPaymentIntentClient): Promise<CancelPaymentIntentResponse>;