UNPKG

@adyen/api-library

Version:

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

56 lines 1.35 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.CustomNotification = void 0; class CustomNotification { static getAttributeTypeMap() { return CustomNotification.attributeTypeMap; } } exports.CustomNotification = CustomNotification; CustomNotification.discriminator = undefined; CustomNotification.attributeTypeMap = [ { "name": "amount", "baseName": "amount", "type": "Amount | null" }, { "name": "eventCode", "baseName": "eventCode", "type": "string" }, { "name": "eventDate", "baseName": "eventDate", "type": "Date" }, { "name": "merchantReference", "baseName": "merchantReference", "type": "string" }, { "name": "paymentMethod", "baseName": "paymentMethod", "type": "string" }, { "name": "reason", "baseName": "reason", "type": "string" }, { "name": "success", "baseName": "success", "type": "boolean" } ]; //# sourceMappingURL=customNotification.js.map