UNPKG

@adyen/api-library

Version:

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

20 lines 1.04 kB
"use strict"; /* * 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.TransactionAction = void 0; /** * Action to realise on a transaction. In an `EnableService` request message: - Starts a transaction by a swipe-ahead mechanism, with the services which are enabled. - Aborts a swipe-ahead transaction or started by a `CardAcquisition`, and not followed by a service request from the Sale System to complete the transaction. Possible values: * **StartTransaction** * **AbortTransaction** */ var TransactionAction; (function (TransactionAction) { TransactionAction["StartTransaction"] = "StartTransaction"; TransactionAction["AbortTransaction"] = "AbortTransaction"; })(TransactionAction = exports.TransactionAction || (exports.TransactionAction = {})); //# sourceMappingURL=transactionAction.js.map