UNPKG

@adyen/api-library

Version:

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

66 lines 1.49 kB
"use strict"; /* * The version of the OpenAPI document: v3 * * * 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.StoreLocation = void 0; class StoreLocation { static getAttributeTypeMap() { return StoreLocation.attributeTypeMap; } constructor() { } } exports.StoreLocation = StoreLocation; StoreLocation.discriminator = undefined; StoreLocation.mapping = undefined; StoreLocation.attributeTypeMap = [ { "name": "city", "baseName": "city", "type": "string", "format": "" }, { "name": "country", "baseName": "country", "type": "string", "format": "" }, { "name": "line1", "baseName": "line1", "type": "string", "format": "" }, { "name": "line2", "baseName": "line2", "type": "string", "format": "" }, { "name": "line3", "baseName": "line3", "type": "string", "format": "" }, { "name": "postalCode", "baseName": "postalCode", "type": "string", "format": "" }, { "name": "stateOrProvince", "baseName": "stateOrProvince", "type": "string", "format": "" } ]; //# sourceMappingURL=storeLocation.js.map