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