pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
15 lines • 599 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { lazy, object } from '../schema';
import { getOffersResponseDataSchema, } from './getOffersResponseData';
import { linksSchema } from './links';
import { metaSchema } from './meta';
export const getAccountOffersResponseSchema = object({
data: ['Data', lazy(() => getOffersResponseDataSchema)],
links: ['Links', lazy(() => linksSchema)],
meta: ['Meta', lazy(() => metaSchema)],
});
//# sourceMappingURL=getAccountOffersResponse.js.map