wallee
Version:
TypeScript/JavaScript client for wallee
38 lines (37 loc) • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CardholderAuthentication = void 0;
class CardholderAuthentication {
static getAttributeTypeMap() {
return CardholderAuthentication.attributeTypeMap;
}
}
exports.CardholderAuthentication = CardholderAuthentication;
CardholderAuthentication.discriminator = undefined;
CardholderAuthentication.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"
}
];