mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 323 B
JavaScript
;
/**
* Request and response types for the user profile endpoint.
*
* Contains the full response structure for `GET /users/me`, including
* nested types for address, phone, reputation, account status, and more.
*
* @module user/get/types
*/
Object.defineProperty(exports, "__esModule", { value: true });