@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
60 lines • 1.73 kB
JavaScript
;
/*
* The version of the OpenAPI document: v71
*
*
* 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.PaymentCancelResponse = void 0;
class PaymentCancelResponse {
static getAttributeTypeMap() {
return PaymentCancelResponse.attributeTypeMap;
}
constructor() {
}
}
exports.PaymentCancelResponse = PaymentCancelResponse;
PaymentCancelResponse.discriminator = undefined;
PaymentCancelResponse.mapping = undefined;
PaymentCancelResponse.attributeTypeMap = [
{
"name": "merchantAccount",
"baseName": "merchantAccount",
"type": "string",
"format": ""
},
{
"name": "paymentPspReference",
"baseName": "paymentPspReference",
"type": "string",
"format": ""
},
{
"name": "pspReference",
"baseName": "pspReference",
"type": "string",
"format": ""
},
{
"name": "reference",
"baseName": "reference",
"type": "string",
"format": ""
},
{
"name": "status",
"baseName": "status",
"type": "PaymentCancelResponse.StatusEnum",
"format": ""
}
];
(function (PaymentCancelResponse) {
let StatusEnum;
(function (StatusEnum) {
StatusEnum["Received"] = "received";
})(StatusEnum = PaymentCancelResponse.StatusEnum || (PaymentCancelResponse.StatusEnum = {}));
})(PaymentCancelResponse = exports.PaymentCancelResponse || (exports.PaymentCancelResponse = {}));
//# sourceMappingURL=paymentCancelResponse.js.map