@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
31 lines • 1.54 kB
JavaScript
;
/*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
* ###### ###### #####( ###### #####. ###### ##### ##### ######
* ############# ############# ############# ############# ##### ######
* ############ ############ ############# ############ ##### ######
* ######
* #############
* ############
* Adyen NodeJS API Library
* Copyright (c) 2026 Adyen B.V.
* This file is open source and available under the MIT license.
* See the LICENSE file for more info.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.RecurringProcessingModel = void 0;
/**
* Recurring processing model as expected in the `SaleToAcquirerData` field.
*/
var RecurringProcessingModel;
(function (RecurringProcessingModel) {
RecurringProcessingModel["Subscription"] = "Subscription";
RecurringProcessingModel["CardOnFile"] = "CardOnFile";
RecurringProcessingModel["UnscheduledCardOnFile"] = "UnscheduledCardOnFile";
})(RecurringProcessingModel = exports.RecurringProcessingModel || (exports.RecurringProcessingModel = {}));
//# sourceMappingURL=saleToAcquirerData.js.map