UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

16 lines 664 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { array, lazy, object, optional, string } from '../schema'; import { customer3Schema } from './customer3'; import { message1Schema } from './message1'; import { shipment3Schema } from './shipment3'; export const labellingRequestSchema = object({ customer: ['Customer', lazy(() => customer3Schema)], labelSignature: ['LabelSignature', optional(string())], message: ['Message', lazy(() => message1Schema)], shipments: ['Shipments', array(lazy(() => shipment3Schema))], }); //# sourceMappingURL=labellingRequest.js.map