sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
16 lines • 592 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.contact1Schema = void 0;
var schema_1 = require("../schema");
exports.contact1Schema = (0, schema_1.object)({
contactType: ['ContactType', (0, schema_1.string)()],
email: ['Email', (0, schema_1.optional)((0, schema_1.string)())],
sMSNr: ['SMSNr', (0, schema_1.optional)((0, schema_1.string)())],
telNr: ['TelNr', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=contact1.js.map