UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

14 lines 473 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.debtorAgentSchema = void 0; var schema_1 = require("../schema"); exports.debtorAgentSchema = (0, schema_1.object)({ schemeName: ['SchemeName', (0, schema_1.string)()], identification: ['Identification', (0, schema_1.string)()] }); //# sourceMappingURL=debtorAgent.js.map