UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

47 lines 1.36 kB
"use strict"; /* * 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.CheckoutAwaitAction = void 0; class CheckoutAwaitAction { static getAttributeTypeMap() { return CheckoutAwaitAction.attributeTypeMap; } } exports.CheckoutAwaitAction = CheckoutAwaitAction; CheckoutAwaitAction.discriminator = undefined; CheckoutAwaitAction.attributeTypeMap = [ { "name": "paymentData", "baseName": "paymentData", "type": "string" }, { "name": "paymentMethodType", "baseName": "paymentMethodType", "type": "string" }, { "name": "type", "baseName": "type", "type": "CheckoutAwaitAction.TypeEnum" }, { "name": "url", "baseName": "url", "type": "string" } ]; (function (CheckoutAwaitAction) { let TypeEnum; (function (TypeEnum) { TypeEnum["Await"] = "await"; })(TypeEnum = CheckoutAwaitAction.TypeEnum || (CheckoutAwaitAction.TypeEnum = {})); })(CheckoutAwaitAction = exports.CheckoutAwaitAction || (exports.CheckoutAwaitAction = {})); //# sourceMappingURL=checkoutAwaitAction.js.map