mercadopago
Version:
Mercadopago SDK for Node.js
9 lines (8 loc) • 370 B
TypeScript
import type { PreApprovalPlanGetClient } from './types';
import type { PreApprovalPlanResponse } from '../../../clients/preApprovalPlan/commonTypes';
/**
* Retrieve an existing subscription plan by its unique identifier.
*
* @returns The full plan resource.
*/
export default function get({ id, config }: PreApprovalPlanGetClient): Promise<PreApprovalPlanResponse>;