pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
9 lines • 423 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { array, lazy, object, optional } from '../schema';
import { offerModelSchema } from './offerModel';
export const getOffersResponseDataSchema = object({ offer: ['Offer', optional(array(lazy(() => offerModelSchema)))] });
//# sourceMappingURL=getOffersResponseData.js.map