UNPKG

@adyen/api-library

Version:

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

78 lines 1.73 kB
"use strict"; /* * The version of the OpenAPI document: v2 * * * 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.BulkAddress = void 0; class BulkAddress { static getAttributeTypeMap() { return BulkAddress.attributeTypeMap; } constructor() { } } exports.BulkAddress = BulkAddress; BulkAddress.discriminator = undefined; BulkAddress.mapping = undefined; BulkAddress.attributeTypeMap = [ { "name": "city", "baseName": "city", "type": "string", "format": "" }, { "name": "company", "baseName": "company", "type": "string", "format": "" }, { "name": "country", "baseName": "country", "type": "string", "format": "" }, { "name": "email", "baseName": "email", "type": "string", "format": "" }, { "name": "houseNumberOrName", "baseName": "houseNumberOrName", "type": "string", "format": "" }, { "name": "mobile", "baseName": "mobile", "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=bulkAddress.js.map