UNPKG

@adyen/api-library

Version:

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

60 lines 1.36 kB
"use strict"; /* * The version of the OpenAPI document: v4 * * * 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.NameLocation = void 0; class NameLocation { static getAttributeTypeMap() { return NameLocation.attributeTypeMap; } constructor() { } } exports.NameLocation = NameLocation; NameLocation.discriminator = undefined; NameLocation.mapping = undefined; NameLocation.attributeTypeMap = [ { "name": "city", "baseName": "city", "type": "string", "format": "" }, { "name": "country", "baseName": "country", "type": "string", "format": "" }, { "name": "countryOfOrigin", "baseName": "countryOfOrigin", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "rawData", "baseName": "rawData", "type": "string", "format": "" }, { "name": "state", "baseName": "state", "type": "string", "format": "" } ]; //# sourceMappingURL=nameLocation.js.map