sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
18 lines • 695 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.contentSchema = void 0;
var schema_1 = require("../schema");
exports.contentSchema = (0, schema_1.object)({
description: ['Description', (0, schema_1.string)()],
quantity: ['Quantity', (0, schema_1.number)()],
weight: ['Weight', (0, schema_1.number)()],
value: ['Value', (0, schema_1.number)()],
hSTariffNr: ['HSTariffNr', (0, schema_1.optional)((0, schema_1.string)())],
countryOfOrigin: ['CountryOfOrigin', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=content.js.map