UNPKG

@adyen/api-library

Version:

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

54 lines 1.26 kB
"use strict"; /* * The version of the OpenAPI document: v68 * * * 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.Permit = void 0; class Permit { static getAttributeTypeMap() { return Permit.attributeTypeMap; } constructor() { } } exports.Permit = Permit; Permit.discriminator = undefined; Permit.mapping = undefined; Permit.attributeTypeMap = [ { "name": "partnerId", "baseName": "partnerId", "type": "string", "format": "" }, { "name": "profileReference", "baseName": "profileReference", "type": "string", "format": "" }, { "name": "restriction", "baseName": "restriction", "type": "PermitRestriction | null", "format": "" }, { "name": "resultKey", "baseName": "resultKey", "type": "string", "format": "" }, { "name": "validTillDate", "baseName": "validTillDate", "type": "Date", "format": "date-time" } ]; //# sourceMappingURL=permit.js.map