UNPKG

@adyen/api-library

Version:

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

114 lines 2.79 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.AdditionalDataRiskStandalone = void 0; class AdditionalDataRiskStandalone { static getAttributeTypeMap() { return AdditionalDataRiskStandalone.attributeTypeMap; } constructor() { } } exports.AdditionalDataRiskStandalone = AdditionalDataRiskStandalone; AdditionalDataRiskStandalone.discriminator = undefined; AdditionalDataRiskStandalone.mapping = undefined; AdditionalDataRiskStandalone.attributeTypeMap = [ { "name": "PayPal_CountryCode", "baseName": "PayPal.CountryCode", "type": "string", "format": "" }, { "name": "PayPal_EmailId", "baseName": "PayPal.EmailId", "type": "string", "format": "" }, { "name": "PayPal_FirstName", "baseName": "PayPal.FirstName", "type": "string", "format": "" }, { "name": "PayPal_LastName", "baseName": "PayPal.LastName", "type": "string", "format": "" }, { "name": "PayPal_PayerId", "baseName": "PayPal.PayerId", "type": "string", "format": "" }, { "name": "PayPal_Phone", "baseName": "PayPal.Phone", "type": "string", "format": "" }, { "name": "PayPal_ProtectionEligibility", "baseName": "PayPal.ProtectionEligibility", "type": "string", "format": "" }, { "name": "PayPal_TransactionId", "baseName": "PayPal.TransactionId", "type": "string", "format": "" }, { "name": "avsResultRaw", "baseName": "avsResultRaw", "type": "string", "format": "" }, { "name": "bin", "baseName": "bin", "type": "string", "format": "" }, { "name": "cvcResultRaw", "baseName": "cvcResultRaw", "type": "string", "format": "" }, { "name": "riskToken", "baseName": "riskToken", "type": "string", "format": "" }, { "name": "threeDAuthenticated", "baseName": "threeDAuthenticated", "type": "string", "format": "" }, { "name": "threeDOffered", "baseName": "threeDOffered", "type": "string", "format": "" }, { "name": "tokenDataType", "baseName": "tokenDataType", "type": "string", "format": "" } ]; //# sourceMappingURL=additionalDataRiskStandalone.js.map