@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
72 lines • 1.95 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.CheckoutThreeDS2Action = void 0;
class CheckoutThreeDS2Action {
static getAttributeTypeMap() {
return CheckoutThreeDS2Action.attributeTypeMap;
}
constructor() {
}
}
exports.CheckoutThreeDS2Action = CheckoutThreeDS2Action;
CheckoutThreeDS2Action.discriminator = undefined;
CheckoutThreeDS2Action.mapping = undefined;
CheckoutThreeDS2Action.attributeTypeMap = [
{
"name": "authorisationToken",
"baseName": "authorisationToken",
"type": "string",
"format": ""
},
{
"name": "paymentData",
"baseName": "paymentData",
"type": "string",
"format": ""
},
{
"name": "paymentMethodType",
"baseName": "paymentMethodType",
"type": "string",
"format": ""
},
{
"name": "subtype",
"baseName": "subtype",
"type": "string",
"format": ""
},
{
"name": "token",
"baseName": "token",
"type": "string",
"format": ""
},
{
"name": "type",
"baseName": "type",
"type": "CheckoutThreeDS2Action.TypeEnum",
"format": ""
},
{
"name": "url",
"baseName": "url",
"type": "string",
"format": ""
}
];
(function (CheckoutThreeDS2Action) {
let TypeEnum;
(function (TypeEnum) {
TypeEnum["ThreeDs2"] = "threeDS2";
})(TypeEnum = CheckoutThreeDS2Action.TypeEnum || (CheckoutThreeDS2Action.TypeEnum = {}));
})(CheckoutThreeDS2Action = exports.CheckoutThreeDS2Action || (exports.CheckoutThreeDS2Action = {}));
//# sourceMappingURL=checkoutThreeDS2Action.js.map