UNPKG

@adyen/api-library

Version:

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

78 lines 1.78 kB
"use strict"; /* * The version of the OpenAPI document: v1 * * * 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.Disbursement = void 0; class Disbursement { static getAttributeTypeMap() { return Disbursement.attributeTypeMap; } constructor() { } } exports.Disbursement = Disbursement; Disbursement.discriminator = undefined; Disbursement.mapping = undefined; Disbursement.attributeTypeMap = [ { "name": "accountHolderId", "baseName": "accountHolderId", "type": "string", "format": "" }, { "name": "amount", "baseName": "amount", "type": "Amount", "format": "" }, { "name": "balanceAccountId", "baseName": "balanceAccountId", "type": "string", "format": "" }, { "name": "balances", "baseName": "balances", "type": "Balance", "format": "" }, { "name": "fee", "baseName": "fee", "type": "Fee", "format": "" }, { "name": "fundsCollections", "baseName": "fundsCollections", "type": "Array<FundsCollection>", "format": "" }, { "name": "grantId", "baseName": "grantId", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "repayment", "baseName": "repayment", "type": "DisbursementRepayment", "format": "" } ]; //# sourceMappingURL=disbursement.js.map