wallee
Version:
TypeScript/JavaScript client for wallee
23 lines (22 loc) • 525 B
JavaScript
;
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"
}
];