UNPKG

@adyen/api-library

Version:

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

114 lines 2.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.AccountPayoutConfigWebhookData = void 0; class AccountPayoutConfigWebhookData { static getAttributeTypeMap() { return AccountPayoutConfigWebhookData.attributeTypeMap; } constructor() { } } exports.AccountPayoutConfigWebhookData = AccountPayoutConfigWebhookData; AccountPayoutConfigWebhookData.discriminator = undefined; AccountPayoutConfigWebhookData.mapping = undefined; AccountPayoutConfigWebhookData.attributeTypeMap = [ { "name": "balanceAccountId", "baseName": "balanceAccountId", "type": "string", "format": "" }, { "name": "balanceAccountPayoutScheduleId", "baseName": "balanceAccountPayoutScheduleId", "type": "string", "format": "" }, { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string", "format": "" }, { "name": "currency", "baseName": "currency", "type": "string", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "enabled", "baseName": "enabled", "type": "boolean", "format": "" }, { "name": "frequency", "baseName": "frequency", "type": "string", "format": "" }, { "name": "frequencyValue", "baseName": "frequencyValue", "type": "number", "format": "int32" }, { "name": "maxPayoutAmount", "baseName": "maxPayoutAmount", "type": "number", "format": "int64" }, { "name": "minPayoutAmount", "baseName": "minPayoutAmount", "type": "number", "format": "int64" }, { "name": "reference", "baseName": "reference", "type": "string", "format": "" }, { "name": "referenceForBeneficiary", "baseName": "referenceForBeneficiary", "type": "string", "format": "" }, { "name": "retainedAmount", "baseName": "retainedAmount", "type": "number", "format": "int64" }, { "name": "salesDayClosingTime", "baseName": "salesDayClosingTime", "type": "string", "format": "time" }, { "name": "transferInstrumentId", "baseName": "transferInstrumentId", "type": "string", "format": "" } ]; //# sourceMappingURL=accountPayoutConfigWebhookData.js.map