UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

29 lines 1.58 kB
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.address4Schema = void 0; var schema_1 = require("../schema"); exports.address4Schema = (0, schema_1.object)({ addressType: ['AddressType', (0, schema_1.string)()], area: ['Area', (0, schema_1.optional)((0, schema_1.string)())], buildingname: ['Buildingname', (0, schema_1.optional)((0, schema_1.string)())], city: ['City', (0, schema_1.optional)((0, schema_1.string)())], companyName: ['CompanyName', (0, schema_1.optional)((0, schema_1.string)())], countrycode: ['Countrycode', (0, schema_1.string)()], department: ['Department', (0, schema_1.optional)((0, schema_1.string)())], doorcode: ['Doorcode', (0, schema_1.optional)((0, schema_1.string)())], firstName: ['FirstName', (0, schema_1.optional)((0, schema_1.string)())], floor: ['Floor', (0, schema_1.optional)((0, schema_1.string)())], houseNr: ['HouseNr', (0, schema_1.optional)((0, schema_1.string)())], houseNrExt: ['HouseNrExt', (0, schema_1.optional)((0, schema_1.string)())], name: ['Name', (0, schema_1.optional)((0, schema_1.string)())], region: ['Region', (0, schema_1.optional)((0, schema_1.string)())], street: ['Street', (0, schema_1.optional)((0, schema_1.string)())], streetHouseNrExt: ['StreetHouseNrExt', (0, schema_1.optional)((0, schema_1.string)())], zipcode: ['Zipcode', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=address4.js.map