UNPKG

mercadopago

Version:
12 lines (11 loc) 330 B
"use strict"; /** * Shared response types for the Card Token client. * * Contains the response structure returned after tokenizing a card, * which replaces sensitive card data with a single-use token for PCI * compliance. * * @module cardToken/commonTypes */ Object.defineProperty(exports, "__esModule", { value: true });