UNPKG

wallee

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