UNPKG

@adyen/api-library

Version:

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

46 lines 1.24 kB
"use strict"; /* * 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.PaymentInstrumentGroupInfo = void 0; class PaymentInstrumentGroupInfo { static getAttributeTypeMap() { return PaymentInstrumentGroupInfo.attributeTypeMap; } } exports.PaymentInstrumentGroupInfo = PaymentInstrumentGroupInfo; PaymentInstrumentGroupInfo.discriminator = undefined; PaymentInstrumentGroupInfo.attributeTypeMap = [ { "name": "balancePlatform", "baseName": "balancePlatform", "type": "string" }, { "name": "description", "baseName": "description", "type": "string" }, { "name": "properties", "baseName": "properties", "type": "{ [key: string]: string; }" }, { "name": "reference", "baseName": "reference", "type": "string" }, { "name": "txVariant", "baseName": "txVariant", "type": "string" } ]; //# sourceMappingURL=paymentInstrumentGroupInfo.js.map