UNPKG

@adyen/api-library

Version:

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

144 lines 3.54 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.BalancePlatformConfiguration = void 0; class BalancePlatformConfiguration { static getAttributeTypeMap() { return BalancePlatformConfiguration.attributeTypeMap; } constructor() { } } exports.BalancePlatformConfiguration = BalancePlatformConfiguration; BalancePlatformConfiguration.discriminator = undefined; BalancePlatformConfiguration.mapping = undefined; BalancePlatformConfiguration.attributeTypeMap = [ { "name": "automaticApplication", "baseName": "automaticApplication", "type": "boolean", "format": "" }, { "name": "balancePlatformId", "baseName": "balancePlatformId", "type": "string", "format": "" }, { "name": "countryCode", "baseName": "countryCode", "type": "string", "format": "" }, { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "currency", "baseName": "currency", "type": "string", "format": "" }, { "name": "defaultDescription", "baseName": "defaultDescription", "type": "string", "format": "" }, { "name": "defaultFrequency", "baseName": "defaultFrequency", "type": "string", "format": "" }, { "name": "defaultFrequencyValue", "baseName": "defaultFrequencyValue", "type": "number", "format": "int32" }, { "name": "defaultReference", "baseName": "defaultReference", "type": "string", "format": "" }, { "name": "defaultReferenceForBeneficiary", "baseName": "defaultReferenceForBeneficiary", "type": "string", "format": "" }, { "name": "enabled", "baseName": "enabled", "type": "boolean", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "maxPayoutAmount", "baseName": "maxPayoutAmount", "type": "number", "format": "int64" }, { "name": "minPayoutAmount", "baseName": "minPayoutAmount", "type": "number", "format": "int64" }, { "name": "payoutScheduleDescription", "baseName": "payoutScheduleDescription", "type": "string", "format": "" }, { "name": "retainedAmount", "baseName": "retainedAmount", "type": "number", "format": "int64" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "Date", "format": "date-time" }, { "name": "userSettlementDelay", "baseName": "userSettlementDelay", "type": "number", "format": "int32" }, { "name": "userSettlementTime", "baseName": "userSettlementTime", "type": "LocalTime", "format": "" }, { "name": "userSettlementTimeZone", "baseName": "userSettlementTimeZone", "type": "string", "format": "" } ]; //# sourceMappingURL=balancePlatformConfiguration.js.map