UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

27 lines 1.49 kB
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.address5Schema = void 0; var schema_1 = require("../schema"); exports.address5Schema = (0, schema_1.object)({ firstName: ['FirstName', (0, schema_1.optional)((0, schema_1.string)())], lastName: ['LastName', (0, schema_1.optional)((0, schema_1.string)())], companyName: ['CompanyName', (0, schema_1.optional)((0, schema_1.string)())], departmentName: ['DepartmentName', (0, schema_1.optional)((0, schema_1.string)())], countryCode: ['CountryCode', (0, schema_1.optional)((0, schema_1.string)())], zipcode: ['Zipcode', (0, schema_1.optional)((0, schema_1.string)())], region: ['Region', (0, schema_1.optional)((0, schema_1.string)())], district: ['District', (0, schema_1.optional)((0, schema_1.string)())], city: ['City', (0, schema_1.optional)((0, schema_1.string)())], street: ['Street', (0, schema_1.optional)((0, schema_1.string)())], houseNumber: ['HouseNumber', (0, schema_1.optional)((0, schema_1.string)())], houseNumberSuffix: ['HouseNumberSuffix', (0, schema_1.optional)((0, schema_1.string)())], building: ['Building', (0, schema_1.optional)((0, schema_1.string)())], floor: ['Floor', (0, schema_1.optional)((0, schema_1.string)())], remark: ['Remark', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=address5.js.map