mercadopago
Version:
Mercadopago SDK for Node.js
13 lines (12 loc) • 460 B
JavaScript
;
/**
* Shared request and response types for the Subscription Plan (PreApprovalPlan) client.
*
* These types model the JSON payloads accepted and returned by the
* `/preapproval_plan` API endpoints. They describe auto-recurring
* billing schedules, free-trial periods, allowed payment methods,
* and the full plan response.
*
* @module clients/preApprovalPlan/commonTypes
*/
Object.defineProperty(exports, "__esModule", { value: true });