UNPKG

@adyen/api-library

Version:

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

78 lines 1.81 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.CashOut = void 0; class CashOut { static getAttributeTypeMap() { return CashOut.attributeTypeMap; } constructor() { } } exports.CashOut = CashOut; CashOut.discriminator = undefined; CashOut.mapping = undefined; CashOut.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount", "format": "" }, { "name": "counterparty", "baseName": "counterparty", "type": "CashOutInfoCounterparty | null", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "fee", "baseName": "fee", "type": "Fee | null", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "instructingBalanceAccountId", "baseName": "instructingBalanceAccountId", "type": "string", "format": "" }, { "name": "referenceForBeneficiary", "baseName": "referenceForBeneficiary", "type": "string", "format": "" }, { "name": "transferInstrumentId", "baseName": "transferInstrumentId", "type": "string", "format": "" }, { "name": "transfers", "baseName": "transfers", "type": "Array<CashOutTransfer>", "format": "" } ]; //# sourceMappingURL=cashOut.js.map