pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
18 lines • 832 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.getAccountPartyResponseSchema = void 0;
var schema_1 = require("../schema");
var getAccountPartyResponseData_1 = require("./getAccountPartyResponseData");
var links_1 = require("./links");
var meta_1 = require("./meta");
exports.getAccountPartyResponseSchema = (0, schema_1.object)({
data: ['Data', (0, schema_1.lazy)(function () { return getAccountPartyResponseData_1.getAccountPartyResponseDataSchema; })],
links: ['Links', (0, schema_1.lazy)(function () { return links_1.linksSchema; })],
meta: ['Meta', (0, schema_1.lazy)(function () { return meta_1.metaSchema; })]
});
//# sourceMappingURL=getAccountPartyResponse.js.map