UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

20 lines 677 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object, optional, string } from '../schema'; import { creditorReferenceSchema, } from './creditorReference'; export const referenceSchema = object({ creditorName: ['CreditorName', string()], creditorReference: [ 'CreditorReference', optional(lazy(() => creditorReferenceSchema)), ], debtorName: ['DebtorName', optional(string())], debtorReference: [ 'DebtorReference', optional(lazy(() => creditorReferenceSchema)), ], }); //# sourceMappingURL=reference.js.map