UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

23 lines 905 B
"use strict"; /** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ exports.__esModule = true; exports.referenceSchema = void 0; var schema_1 = require("../schema"); var creditorReference_1 = require("./creditorReference"); exports.referenceSchema = (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=reference.js.map