@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
54 lines • 1.53 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.TerminalAssignmentNotificationRequest = void 0;
class TerminalAssignmentNotificationRequest {
static getAttributeTypeMap() {
return TerminalAssignmentNotificationRequest.attributeTypeMap;
}
constructor() {
}
}
exports.TerminalAssignmentNotificationRequest = TerminalAssignmentNotificationRequest;
TerminalAssignmentNotificationRequest.discriminator = undefined;
TerminalAssignmentNotificationRequest.mapping = undefined;
TerminalAssignmentNotificationRequest.attributeTypeMap = [
{
"name": "assignedToAccount",
"baseName": "assignedToAccount",
"type": "string",
"format": ""
},
{
"name": "assignedToStore",
"baseName": "assignedToStore",
"type": "string",
"format": ""
},
{
"name": "eventDate",
"baseName": "eventDate",
"type": "string",
"format": ""
},
{
"name": "pspReference",
"baseName": "pspReference",
"type": "string",
"format": ""
},
{
"name": "uniqueTerminalId",
"baseName": "uniqueTerminalId",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=terminalAssignmentNotificationRequest.js.map