UNPKG

wallee

Version:
38 lines (37 loc) 1.1 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardholderAuthenticationCreate = void 0; class CardholderAuthenticationCreate { static getAttributeTypeMap() { return CardholderAuthenticationCreate.attributeTypeMap; } } exports.CardholderAuthenticationCreate = CardholderAuthenticationCreate; CardholderAuthenticationCreate.discriminator = undefined; CardholderAuthenticationCreate.attributeTypeMap = [ { "name": "authenticationIdentifier", "baseName": "authenticationIdentifier", "type": "string" }, { "name": "authenticationResponse", "baseName": "authenticationResponse", "type": "CardAuthenticationResponse" }, { "name": "authenticationValue", "baseName": "authenticationValue", "type": "string" }, { "name": "electronicCommerceIndicator", "baseName": "electronicCommerceIndicator", "type": "string" }, { "name": "version", "baseName": "version", "type": "CardAuthenticationVersion" } ];