UNPKG

@adyen/api-library

Version:

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

20 lines 827 B
"use strict"; /* * 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.Scope = void 0; /** * The scope to which the transfer limit applies. Possible values: * **perTransaction**: you set a maximum amount for each transfer made from the balance account or balance platform. * **perDay**: you set a maximum total amount for all transfers made from the balance account or balance platform in a day. */ var Scope; (function (Scope) { Scope["PerDay"] = "perDay"; Scope["PerTransaction"] = "perTransaction"; })(Scope = exports.Scope || (exports.Scope = {})); //# sourceMappingURL=scope.js.map