@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
57 lines • 1.56 kB
JavaScript
;
/*
* The version of the OpenAPI document: v1
*
*
* 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.MessageReference = void 0;
/**
* Identification of a previous POI transaction. To abort a transaction in progress or to request the status of a transaction from which no response has been received. It identifies the message header of the message request to abort or request the status.
*/
class MessageReference {
static getAttributeTypeMap() {
return MessageReference.attributeTypeMap;
}
constructor() {
}
}
exports.MessageReference = MessageReference;
MessageReference.discriminator = undefined;
MessageReference.mapping = undefined;
MessageReference.attributeTypeMap = [
{
"name": "MessageCategory",
"baseName": "MessageCategory",
"type": "MessageCategory",
"format": ""
},
{
"name": "ServiceID",
"baseName": "ServiceID",
"type": "string",
"format": ""
},
{
"name": "DeviceID",
"baseName": "DeviceID",
"type": "string",
"format": ""
},
{
"name": "SaleID",
"baseName": "SaleID",
"type": "string",
"format": ""
},
{
"name": "POIID",
"baseName": "POIID",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=messageReference.js.map