UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

108 lines 2.72 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit this class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NetworkTokenNotificationDataV2 = void 0; class NetworkTokenNotificationDataV2 { static getAttributeTypeMap() { return NetworkTokenNotificationDataV2.attributeTypeMap; } constructor() { } } exports.NetworkTokenNotificationDataV2 = NetworkTokenNotificationDataV2; NetworkTokenNotificationDataV2.discriminator = undefined; NetworkTokenNotificationDataV2.mapping = undefined; NetworkTokenNotificationDataV2.attributeTypeMap = [ { "name": "authentication", "baseName": "authentication", "type": "TokenAuthentication | null", "format": "" }, { "name": "authenticationApplied", "baseName": "authenticationApplied", "type": "boolean", "format": "" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "decision", "baseName": "decision", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "paymentInstrumentId", "baseName": "paymentInstrumentId", "type": "string", "format": "" }, { "name": "schemeRiskScore", "baseName": "schemeRiskScore", "type": "string", "format": "" }, { "name": "status", "baseName": "status", "type": "string", "format": "" }, { "name": "tokenLastFour", "baseName": "tokenLastFour", "type": "string", "format": "" }, { "name": "tokenRequestor", "baseName": "tokenRequestor", "type": "NetworkTokenRequestor | null", "format": "" }, { "name": "transactionRulesResult", "baseName": "transactionRulesResult", "type": "NetworkTokenTransactionRulesResult | null", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "validationFacts", "baseName": "validationFacts", "type": "Array<ValidationFacts>", "format": "" }, { "name": "wallet", "baseName": "wallet", "type": "Wallet | null", "format": "" } ]; //# sourceMappingURL=networkTokenNotificationDataV2.js.map