mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 343 B
JavaScript
;
/**
* Shared request and response types for the Customer API client.
*
* Defines the body shape used when creating or updating customers, the
* API response envelope, and the helper types for address and city data.
*
* @module clients/customer/commonTypes
*/
Object.defineProperty(exports, "__esModule", { value: true });