sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
19 lines • 846 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.address2Schema = void 0;
var schema_1 = require("../schema");
exports.address2Schema = (0, schema_1.object)({
city: ['City', (0, schema_1.optional)((0, schema_1.string)())],
countrycode: ['Countrycode', (0, schema_1.optional)((0, schema_1.string)())],
houseNr: ['HouseNr', (0, schema_1.optional)((0, schema_1.number)())],
houseNrExt: ['HouseNrExt', (0, schema_1.optional)((0, schema_1.string)())],
remark: ['Remark', (0, schema_1.optional)((0, schema_1.string)())],
street: ['Street', (0, schema_1.optional)((0, schema_1.string)())],
zipcode: ['Zipcode', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=address2.js.map