UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

26 lines 1.05 kB
/** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { object, optional, string } from '../schema'; export const address3Schema = object({ addressType: ['AddressType', string()], area: ['Area', optional(string())], buildingname: ['Buildingname', optional(string())], city: ['City', string()], companyName: ['CompanyName', optional(string())], countrycode: ['Countrycode', string()], department: ['Department', optional(string())], doorcode: ['Doorcode', optional(string())], firstName: ['FirstName', optional(string())], floor: ['Floor', optional(string())], houseNr: ['HouseNr', optional(string())], houseNrExt: ['HouseNrExt', optional(string())], name: ['Name', optional(string())], region: ['Region', optional(string())], street: ['Street', optional(string())], streetHouseNrExt: ['StreetHouseNrExt', optional(string())], zipcode: ['Zipcode', optional(string())], }); //# sourceMappingURL=address3.js.map