UNPKG

@adyen/api-library

Version:

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

41 lines 1.46 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.MatchingValuesRestriction = void 0; class MatchingValuesRestriction { static getAttributeTypeMap() { return MatchingValuesRestriction.attributeTypeMap; } } exports.MatchingValuesRestriction = MatchingValuesRestriction; MatchingValuesRestriction.discriminator = undefined; MatchingValuesRestriction.attributeTypeMap = [ { "name": "operation", "baseName": "operation", "type": "string" }, { "name": "value", "baseName": "value", "type": "Array<MatchingValuesRestriction.ValueEnum>" } ]; (function (MatchingValuesRestriction) { let ValueEnum; (function (ValueEnum) { ValueEnum["AcquirerId"] = "acquirerId"; ValueEnum["Amount"] = "amount"; ValueEnum["Currency"] = "currency"; ValueEnum["MerchantId"] = "merchantId"; ValueEnum["MerchantName"] = "merchantName"; })(ValueEnum = MatchingValuesRestriction.ValueEnum || (MatchingValuesRestriction.ValueEnum = {})); })(MatchingValuesRestriction = exports.MatchingValuesRestriction || (exports.MatchingValuesRestriction = {})); //# sourceMappingURL=matchingValuesRestriction.js.map