@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
23 lines • 1.36 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.ScaExemption = void 0;
/**
* The type of exemption for Strong Customer Authentication (SCA). Possible values: * **lowerLimit**: the newly created limit is lower than the existing limit. * **notRegulated**: the limit is created in a country, region, or industry where it is not mandated by law to use SCA. * **setByPlatform**: you set a limit for one of your user\'s balance accounts, or for your balance platform. * **initialLimit**: there are no existing transfer limits set on the balance account or balance platform. * **alreadyPerformed**: you are confident about your user\'s identity and do not need to verify this using SCA.
*/
var ScaExemption;
(function (ScaExemption) {
ScaExemption["SetByPlatform"] = "setByPlatform";
ScaExemption["InitialLimit"] = "initialLimit";
ScaExemption["LowerLimit"] = "lowerLimit";
ScaExemption["NotRegulated"] = "notRegulated";
ScaExemption["AlreadyPerformed"] = "alreadyPerformed";
})(ScaExemption = exports.ScaExemption || (exports.ScaExemption = {}));
//# sourceMappingURL=scaExemption.js.map