UNPKG

amazon-pay-async

Version:

API wrapper for Amazon Pay using promises and defining types

8 lines (7 loc) 220 B
import { ReportType } from './enums/report.type.enum'; export interface IGetReportCountRequest { ReportTypeList?: ReportType[]; Acknowledged?: boolean; AvailableFromDate?: Date; AvailableToDate?: Date; }