@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.79 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.MerchantUpdatedNotificationRequest = void 0;
class MerchantUpdatedNotificationRequest {
static getAttributeTypeMap() {
return MerchantUpdatedNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.MerchantUpdatedNotificationRequest = MerchantUpdatedNotificationRequest;
MerchantUpdatedNotificationRequest.discriminator = undefined;
MerchantUpdatedNotificationRequest.mapping = undefined;
MerchantUpdatedNotificationRequest.attributeTypeMap = [
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "data",
"baseName": "data",
"type": "AccountUpdateNotificationData",
"format": ""
},
{
"name": "environment",
"baseName": "environment",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "MerchantUpdatedNotificationRequest.TypeEnum",
"format": ""
}
];
(function (MerchantUpdatedNotificationRequest) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["MerchantUpdated"] = "merchant.updated";
})(TypeEnum = MerchantUpdatedNotificationRequest.TypeEnum || (MerchantUpdatedNotificationRequest.TypeEnum = {}));
})(MerchantUpdatedNotificationRequest = exports.MerchantUpdatedNotificationRequest || (exports.MerchantUpdatedNotificationRequest = {}));
//# sourceMappingURL=merchantUpdatedNotificationRequest.js.map