UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

15 lines 504 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.message1Schema = void 0; var schema_1 = require("../schema"); exports.message1Schema = (0, schema_1.object)({ messageID: ['MessageID', (0, schema_1.string)()], messageTimeStamp: ['MessageTimeStamp', (0, schema_1.string)()], printertype: ['Printertype', (0, schema_1.string)()] }); //# sourceMappingURL=message1.js.map