mercadopago
Version:
Mercadopago SDK for Node.js
11 lines (10 loc) • 328 B
JavaScript
;
/**
* Internal types for the customer card get and remove operations.
*
* Both operations require the same identifiers, so this type is shared
* between the `get` and `remove` REST implementations.
*
* @module clients/customerCard/get/types
*/
Object.defineProperty(exports, "__esModule", { value: true });