UNPKG

@adyen/api-library

Version:

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

66 lines 1.6 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.AssociationListing = void 0; class AssociationListing { static getAttributeTypeMap() { return AssociationListing.attributeTypeMap; } constructor() { } } exports.AssociationListing = AssociationListing; AssociationListing.discriminator = undefined; AssociationListing.mapping = undefined; AssociationListing.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "Date", "format": "date-time" }, { "name": "entityId", "baseName": "entityId", "type": "string", "format": "" }, { "name": "entityType", "baseName": "entityType", "type": "ScaEntityType", "format": "" }, { "name": "scaDeviceId", "baseName": "scaDeviceId", "type": "string", "format": "" }, { "name": "scaDeviceName", "baseName": "scaDeviceName", "type": "string", "format": "" }, { "name": "scaDeviceType", "baseName": "scaDeviceType", "type": "ScaDeviceType", "format": "" }, { "name": "status", "baseName": "status", "type": "AssociationStatus", "format": "" } ]; //# sourceMappingURL=associationListing.js.map