UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

16 lines 593 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 address2Schema = object({ city: ['City', optional(string())], countrycode: ['Countrycode', optional(string())], houseNr: ['HouseNr', optional(number())], houseNrExt: ['HouseNrExt', optional(string())], remark: ['Remark', optional(string())], street: ['Street', optional(string())], zipcode: ['Zipcode', optional(string())], }); //# sourceMappingURL=address2.js.map