UNPKG

@adyen/api-library

Version:

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

66 lines 1.66 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.PseDetails = void 0; class PseDetails { static getAttributeTypeMap() { return PseDetails.attributeTypeMap; } constructor() { } } exports.PseDetails = PseDetails; PseDetails.discriminator = undefined; PseDetails.mapping = undefined; PseDetails.attributeTypeMap = [ { "name": "bank", "baseName": "bank", "type": "string", "format": "" }, { "name": "checkoutAttemptId", "baseName": "checkoutAttemptId", "type": "string", "format": "" }, { "name": "clientType", "baseName": "clientType", "type": "string", "format": "" }, { "name": "identification", "baseName": "identification", "type": "string", "format": "" }, { "name": "identificationType", "baseName": "identificationType", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "PseDetails.TypeEnum", "format": "" } ]; (function (PseDetails) { let TypeEnum; (function (TypeEnum) { TypeEnum["PsePayulatam"] = "pse_payulatam"; })(TypeEnum = PseDetails.TypeEnum || (PseDetails.TypeEnum = {})); })(PseDetails = exports.PseDetails || (exports.PseDetails = {})); //# sourceMappingURL=pseDetails.js.map