pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
23 lines • 920 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.bECSRemittanceSchema = void 0;
var schema_1 = require("../schema");
var creditorReference_1 = require("./creditorReference");
exports.bECSRemittanceSchema = (0, schema_1.object)({
creditorName: ['CreditorName', (0, schema_1.string)()],
creditorReference: [
'CreditorReference',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return creditorReference_1.creditorReferenceSchema; })),
],
debtorName: ['DebtorName', (0, schema_1.optional)((0, schema_1.string)())],
debtorReference: [
'DebtorReference',
(0, schema_1.optional)((0, schema_1.lazy)(function () { return creditorReference_1.creditorReferenceSchema; })),
]
});
//# sourceMappingURL=bECSRemittance.js.map