mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 359 B
TypeScript
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig';
import type { Options } from '../../../types';
export declare type PointGetPaymentIntentStatusClient = {
payment_intent_id: string;
config: MercadoPagoConfig;
};
export declare type PointGetPaymentIntentStatusData = {
payment_intent_id: string;
requestOptions?: Options;
};