UNPKG

pnz-payments-sdk

Version:

PNZ Payments Account and Transaction API

15 lines 601 B
/** * Account and Transaction API SpecificationLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { lazy, object } from '../schema'; import { getAccountPartyResponseDataSchema, } from './getAccountPartyResponseData'; import { linksSchema } from './links'; import { metaSchema } from './meta'; export const getPartyResponseSchema = object({ data: ['Data', lazy(() => getAccountPartyResponseDataSchema)], links: ['Links', lazy(() => linksSchema)], meta: ['Meta', lazy(() => metaSchema)], }); //# sourceMappingURL=getPartyResponse.js.map