pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
8 lines • 358 B
JavaScript
/**
* Account and Transaction API SpecificationLib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { object, string } from '../schema';
export const previousPaymentAmountSchema = object({ amount: ['Amount', string()], currency: ['Currency', string()] });
//# sourceMappingURL=previousPaymentAmount.js.map