UNPKG

@adyen/api-library

Version:

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

81 lines 1.85 kB
"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.TransferLimit = void 0; /** * The transfer limit configured to regulate outgoing transfers. */ class TransferLimit { static getAttributeTypeMap() { return TransferLimit.attributeTypeMap; } constructor() { } } exports.TransferLimit = TransferLimit; TransferLimit.discriminator = undefined; TransferLimit.mapping = undefined; TransferLimit.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount", "format": "" }, { "name": "endsAt", "baseName": "endsAt", "type": "Date", "format": "date-time" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "limitStatus", "baseName": "limitStatus", "type": "LimitStatus", "format": "" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "scaInformation", "baseName": "scaInformation", "type": "ScaInformation | null", "format": "" }, { "name": "scope", "baseName": "scope", "type": "Scope", "format": "" }, { "name": "startsAt", "baseName": "startsAt", "type": "Date", "format": "date-time" }, { "name": "transferType", "baseName": "transferType", "type": "TransferType", "format": "" } ]; //# sourceMappingURL=transferLimit.js.map