UNPKG

@adyen/api-library

Version:

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

72 lines 1.71 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.CashOutInfo = void 0; class CashOutInfo { static getAttributeTypeMap() { return CashOutInfo.attributeTypeMap; } constructor() { } } exports.CashOutInfo = CashOutInfo; CashOutInfo.discriminator = undefined; CashOutInfo.mapping = undefined; CashOutInfo.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": "" } ]; //# sourceMappingURL=cashOutInfo.js.map