UNPKG

@adyen/api-library

Version:

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

60 lines 1.35 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.Address = void 0; class Address { static getAttributeTypeMap() { return Address.attributeTypeMap; } constructor() { } } exports.Address = Address; Address.discriminator = undefined; Address.mapping = undefined; Address.attributeTypeMap = [ { "name": "city", "baseName": "city", "type": "string", "format": "" }, { "name": "country", "baseName": "country", "type": "string", "format": "" }, { "name": "houseNumberOrName", "baseName": "houseNumberOrName", "type": "string", "format": "" }, { "name": "postalCode", "baseName": "postalCode", "type": "string", "format": "" }, { "name": "stateOrProvince", "baseName": "stateOrProvince", "type": "string", "format": "" }, { "name": "street", "baseName": "street", "type": "string", "format": "" } ]; //# sourceMappingURL=address.js.map