@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
46 lines • 1.56 kB
JavaScript
;
/*
* 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;
}
constructor() {
}
}
exports.MatchingValuesRestriction = MatchingValuesRestriction;
MatchingValuesRestriction.discriminator = undefined;
MatchingValuesRestriction.mapping = undefined;
MatchingValuesRestriction.attributeTypeMap = [
{
"name": "operation",
"baseName": "operation",
"type": "string",
"format": ""
},
{
"name": "value",
"baseName": "value",
"type": "MatchingValuesRestriction.ValueEnum",
"format": ""
}
];
(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