mercadopago
Version:
Mercadopago SDK for Node.js
10 lines (9 loc) • 317 B
TypeScript
import type { MercadoPagoConfig } from '../../../mercadoPagoConfig';
import { Options } from '../../../types';
export declare type PaymentCancelData = {
id: string | number;
requestOptions?: Options;
};
export declare interface PaymentCancelClient extends PaymentCancelData {
config: MercadoPagoConfig;
}