UNPKG

@adyen/api-library

Version:

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

51 lines 1.23 kB
"use strict"; /* * The version of the OpenAPI document: v6 * Contact: developer-experience@adyen.com * * 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.ViasAddress = void 0; class ViasAddress { static getAttributeTypeMap() { return ViasAddress.attributeTypeMap; } } exports.ViasAddress = ViasAddress; ViasAddress.discriminator = undefined; ViasAddress.attributeTypeMap = [ { "name": "city", "baseName": "city", "type": "string" }, { "name": "country", "baseName": "country", "type": "string" }, { "name": "houseNumberOrName", "baseName": "houseNumberOrName", "type": "string" }, { "name": "postalCode", "baseName": "postalCode", "type": "string" }, { "name": "stateOrProvince", "baseName": "stateOrProvince", "type": "string" }, { "name": "street", "baseName": "street", "type": "string" } ]; //# sourceMappingURL=viasAddress.js.map