UNPKG

@adyen/api-library

Version:

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

54 lines 1.43 kB
"use strict"; /* * The version of the OpenAPI document: v72 * * * 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.ValidateShopperIdRequest = void 0; class ValidateShopperIdRequest { static getAttributeTypeMap() { return ValidateShopperIdRequest.attributeTypeMap; } constructor() { } } exports.ValidateShopperIdRequest = ValidateShopperIdRequest; ValidateShopperIdRequest.discriminator = undefined; ValidateShopperIdRequest.mapping = undefined; ValidateShopperIdRequest.attributeTypeMap = [ { "name": "merchantAccount", "baseName": "merchantAccount", "type": "string", "format": "" }, { "name": "paymentMethod", "baseName": "paymentMethod", "type": "ShopperIdPaymentMethod", "format": "" }, { "name": "shopperEmail", "baseName": "shopperEmail", "type": "string", "format": "" }, { "name": "shopperIP", "baseName": "shopperIP", "type": "string", "format": "" }, { "name": "shopperReference", "baseName": "shopperReference", "type": "string", "format": "" } ]; //# sourceMappingURL=validateShopperIdRequest.js.map