@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
66 lines • 1.58 kB
JavaScript
;
/*
* 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;
}
constructor() {
}
}
exports.CustomNotification = CustomNotification;
CustomNotification.discriminator = undefined;
CustomNotification.mapping = undefined;
CustomNotification.attributeTypeMap = [
{
"name": "amount",
"baseName": "amount",
"type": "Amount | null",
"format": ""
},
{
"name": "eventCode",
"baseName": "eventCode",
"type": "string",
"format": ""
},
{
"name": "eventDate",
"baseName": "eventDate",
"type": "Date",
"format": "date-time"
},
{
"name": "merchantReference",
"baseName": "merchantReference",
"type": "string",
"format": ""
},
{
"name": "paymentMethod",
"baseName": "paymentMethod",
"type": "string",
"format": ""
},
{
"name": "reason",
"baseName": "reason",
"type": "string",
"format": ""
},
{
"name": "success",
"baseName": "success",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=customNotification.js.map