pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
12 lines • 562 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.getAccountPartyResponseDataSchema = void 0;
var schema_1 = require("../schema");
var partyModel_1 = require("./partyModel");
exports.getAccountPartyResponseDataSchema = (0, schema_1.object)({ party: ['Party', (0, schema_1.optional)((0, schema_1.lazy)(function () { return partyModel_1.partyModelSchema; }))] });
//# sourceMappingURL=getAccountPartyResponseData.js.map