UNPKG

wallee

Version:
23 lines (22 loc) 525 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardCryptogram = void 0; class CardCryptogram { static getAttributeTypeMap() { return CardCryptogram.attributeTypeMap; } } exports.CardCryptogram = CardCryptogram; CardCryptogram.discriminator = undefined; CardCryptogram.attributeTypeMap = [ { "name": "eci", "baseName": "eci", "type": "string" }, { "name": "value", "baseName": "value", "type": "string" } ];