@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
45 lines • 1.42 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.Response = void 0;
/**
* Result of a message request processing. If Result is Success, `ErrorCondition` is absent or not used in the processing of the message. In the other cases, the `ErrorCondition` has to be present and can refine the processing of the message response. `AdditionalResponse` gives more information about the success or the failure of the message request processing, for logging without real time involvements.
*/
class Response {
static getAttributeTypeMap() {
return Response.attributeTypeMap;
}
constructor() {
}
}
exports.Response = Response;
Response.discriminator = undefined;
Response.mapping = undefined;
Response.attributeTypeMap = [
{
"name": "Result",
"baseName": "Result",
"type": "Result",
"format": ""
},
{
"name": "ErrorCondition",
"baseName": "ErrorCondition",
"type": "ErrorCondition",
"format": ""
},
{
"name": "AdditionalResponse",
"baseName": "AdditionalResponse",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=response.js.map