UNPKG

sdksio-postnl-ecommerce-apis-sdk

Version:

Collection of PostNL API's for ecommerce processes

14 lines 499 B
"use strict"; /** * PostNL Ecommerce APIsLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.amount1Schema = void 0; var schema_1 = require("../schema"); exports.amount1Schema = (0, schema_1.object)({ remboursBedrag: ['RemboursBedrag', (0, schema_1.optional)((0, schema_1.string)())], verzekerdBedrag: ['VerzekerdBedrag', (0, schema_1.optional)((0, schema_1.string)())] }); //# sourceMappingURL=amount1.js.map