sdksio-postnl-ecommerce-apis-sdk
Version:
Collection of PostNL API's for ecommerce processes
20 lines • 887 B
JavaScript
;
/**
* PostNL Ecommerce APIsLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.amount2Schema = void 0;
var schema_1 = require("../schema");
exports.amount2Schema = (0, schema_1.object)({
amountType: ['AmountType', (0, schema_1.string)()],
accountName: ['AccountName', (0, schema_1.optional)((0, schema_1.string)())],
bIC: ['BIC', (0, schema_1.optional)((0, schema_1.string)())],
currency: ['Currency', (0, schema_1.optional)((0, schema_1.string)())],
iBAN: ['IBAN', (0, schema_1.optional)((0, schema_1.string)())],
reference: ['Reference', (0, schema_1.optional)((0, schema_1.string)())],
transactionNumber: ['TransactionNumber', (0, schema_1.optional)((0, schema_1.string)())],
value: ['Value', (0, schema_1.number)()]
});
//# sourceMappingURL=amount2.js.map