UNPKG

@adyen/api-library

Version:

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

44 lines 1.61 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.TransactionDescriptionResponseInfo = void 0; class TransactionDescriptionResponseInfo { static getAttributeTypeMap() { return TransactionDescriptionResponseInfo.attributeTypeMap; } constructor() { } } exports.TransactionDescriptionResponseInfo = TransactionDescriptionResponseInfo; TransactionDescriptionResponseInfo.discriminator = undefined; TransactionDescriptionResponseInfo.mapping = undefined; TransactionDescriptionResponseInfo.attributeTypeMap = [ { "name": "doingBusinessAsName", "baseName": "doingBusinessAsName", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "TransactionDescriptionResponseInfo.TypeEnum", "format": "" } ]; (function (TransactionDescriptionResponseInfo) { let TypeEnum; (function (TypeEnum) { TypeEnum["Append"] = "append"; TypeEnum["Dynamic"] = "dynamic"; TypeEnum["Fixed"] = "fixed"; })(TypeEnum = TransactionDescriptionResponseInfo.TypeEnum || (TransactionDescriptionResponseInfo.TypeEnum = {})); })(TransactionDescriptionResponseInfo = exports.TransactionDescriptionResponseInfo || (exports.TransactionDescriptionResponseInfo = {})); //# sourceMappingURL=transactionDescriptionResponseInfo.js.map