mercadopago
Version:
Mercadopago SDK for Node.js
13 lines (12 loc) • 457 B
JavaScript
;
/**
* Shared request and response types for the Checkout Pro Preference client.
*
* These types model the JSON payloads accepted and returned by the
* `/checkout/preferences` API endpoints. They describe items, payer
* information, payment-method restrictions, tracking pixels, back URLs,
* and the full preference response.
*
* @module clients/preference/commonTypes
*/
Object.defineProperty(exports, "__esModule", { value: true });