mercadopago
Version:
Mercadopago SDK for Node.js
13 lines (12 loc) • 452 B
JavaScript
;
/**
* Shared request and response types for the Subscription (PreApproval) client.
*
* These types model the JSON payloads accepted and returned by the
* `/preapproval` API endpoints. They describe auto-recurring billing
* schedules, free-trial periods, summarized charge history, and the
* full subscription response.
*
* @module clients/preApproval/commonTypes
*/
Object.defineProperty(exports, "__esModule", { value: true });