@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.32 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.AbortRequest = void 0;
/**
* Body of the Abort Request message. It conveys Information requested for identification of the message request carrying the transaction to abort. A message to display on the CustomerError Device could be sent by the Sale System (DisplayOutput).
*/
class AbortRequest {
static getAttributeTypeMap() {
return AbortRequest.attributeTypeMap;
}
constructor() {
}
}
exports.AbortRequest = AbortRequest;
AbortRequest.discriminator = undefined;
AbortRequest.mapping = undefined;
AbortRequest.attributeTypeMap = [
{
"name": "MessageReference",
"baseName": "MessageReference",
"type": "MessageReference",
"format": ""
},
{
"name": "AbortReason",
"baseName": "AbortReason",
"type": "string",
"format": ""
},
{
"name": "DisplayOutput",
"baseName": "DisplayOutput",
"type": "DisplayOutput | null",
"format": ""
}
];
//# sourceMappingURL=abortRequest.js.map