@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
126 lines • 3.05 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.BalanceAccountConfiguration = void 0;
class BalanceAccountConfiguration {
static getAttributeTypeMap() {
return BalanceAccountConfiguration.attributeTypeMap;
}
constructor() {
}
}
exports.BalanceAccountConfiguration = BalanceAccountConfiguration;
BalanceAccountConfiguration.discriminator = undefined;
BalanceAccountConfiguration.mapping = undefined;
BalanceAccountConfiguration.attributeTypeMap = [
{
"name": "balanceAccountId",
"baseName": "balanceAccountId",
"type": "string",
"format": ""
},
{
"name": "balancePlatformPayoutScheduleId",
"baseName": "balancePlatformPayoutScheduleId",
"type": "string",
"format": ""
},
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"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": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"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": ""
},
{
"name": "transferInstrumentId",
"baseName": "transferInstrumentId",
"type": "string",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updatedAt",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=balanceAccountConfiguration.js.map