@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
22 lines • 852 B
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.ReversalReason = void 0;
/**
* Reason of the payment or loyalty reversal. Possible values: * **CustCancel** * **MerchantCancel** * **Malfunction** * **Unable2Compl**
*/
var ReversalReason;
(function (ReversalReason) {
ReversalReason["CustCancel"] = "CustCancel";
ReversalReason["MerchantCancel"] = "MerchantCancel";
ReversalReason["Malfunction"] = "Malfunction";
ReversalReason["Unable2Compl"] = "Unable2Compl";
})(ReversalReason = exports.ReversalReason || (exports.ReversalReason = {}));
//# sourceMappingURL=reversalReason.js.map