pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
12 lines • 565 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.getOffersResponseDataSchema = void 0;
var schema_1 = require("../schema");
var offerModel_1 = require("./offerModel");
exports.getOffersResponseDataSchema = (0, schema_1.object)({ offer: ['Offer', (0, schema_1.optional)((0, schema_1.array)((0, schema_1.lazy)(function () { return offerModel_1.offerModelSchema; })))] });
//# sourceMappingURL=getOffersResponseData.js.map