UNPKG

mercadopago

Version:
9 lines (8 loc) 370 B
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>;