pnz-payments-sdk
Version:
PNZ Payments Account and Transaction API
12 lines • 458 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';
import { statementDateTimeTypeEnumSchema, } from './statementDateTimeTypeEnum';
export const statementDateTimeSchema = object({
dateTime: ['DateTime', string()],
type: ['Type', statementDateTimeTypeEnumSchema],
});
//# sourceMappingURL=statementDateTime.js.map