pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
11 lines • 475 B
JavaScript
;
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
exports.__esModule = true;
exports.previousPaymentAmountSchema = void 0;
var schema_1 = require("../schema");
exports.previousPaymentAmountSchema = (0, schema_1.object)({ amount: ['Amount', (0, schema_1.string)()], currency: ['Currency', (0, schema_1.string)()] });
//# sourceMappingURL=previousPaymentAmount.js.map