sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
20 lines • 932 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.customer3Schema = void 0;
var schema_1 = require("../schema");
var address3_1 = require("./address3");
exports.customer3Schema = (0, schema_1.object)({
address: ['Address', (0, schema_1.optional)((0, schema_1.lazy)(function () { return address3_1.address3Schema; }))],
collectionLocation: ['CollectionLocation', (0, schema_1.optional)((0, schema_1.string)())],
contactPerson: ['ContactPerson', (0, schema_1.optional)((0, schema_1.string)())],
customerCode: ['CustomerCode', (0, schema_1.string)()],
customerNumber: ['CustomerNumber', (0, schema_1.string)()],
email: ['Email', (0, schema_1.optional)((0, schema_1.string)())],
name: ['Name', (0, schema_1.optional)((0, schema_1.string)())]
});
//# sourceMappingURL=customer3.js.map