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