UNPKG

@adyen/api-library

Version:

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

48 lines 1.3 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.PaymentAccountStatus = void 0; class PaymentAccountStatus { static getAttributeTypeMap() { return PaymentAccountStatus.attributeTypeMap; } constructor() { } } exports.PaymentAccountStatus = PaymentAccountStatus; PaymentAccountStatus.discriminator = undefined; PaymentAccountStatus.mapping = undefined; PaymentAccountStatus.attributeTypeMap = [ { "name": "PaymentInstrumentData", "baseName": "PaymentInstrumentData", "type": "PaymentInstrumentData | null", "format": "" }, { "name": "CurrentBalance", "baseName": "CurrentBalance", "type": "number", "format": "" }, { "name": "Currency", "baseName": "Currency", "type": "string", "format": "" }, { "name": "PaymentAcquirerData", "baseName": "PaymentAcquirerData", "type": "PaymentAcquirerData | null", "format": "" } ]; //# sourceMappingURL=paymentAccountStatus.js.map