UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

18 lines 855 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.creditorAgentSchema = void 0; var schema_1 = require("../schema"); var postalAddress_1 = require("./postalAddress"); var schemeNameEnum_1 = require("./schemeNameEnum"); exports.creditorAgentSchema = (0, schema_1.object)({ schemeName: ['SchemeName', (0, schema_1.optional)(schemeNameEnum_1.schemeNameEnumSchema)], identification: ['Identification', (0, schema_1.optional)((0, schema_1.string)())], name: ['Name', (0, schema_1.optional)((0, schema_1.string)())], postalAddress: ['PostalAddress', (0, schema_1.optional)((0, schema_1.lazy)(function () { return postalAddress_1.postalAddressSchema; }))] }); //# sourceMappingURL=creditorAgent.js.map