UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

15 lines 563 B
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { number, object, optional, string } from '../schema'; export const address1Schema = object({ street: ['Street', optional(string())], zipcode: ['Zipcode', optional(string())], houseNr: ['HouseNr', optional(number())], houseNrExt: ['HouseNrExt', optional(string())], countrycode: ['Countrycode', optional(string())], companyName: ['CompanyName', optional(string())], }); //# sourceMappingURL=address1.js.map