spartaxx.businessmodels 1.0.46 → 1.0.47
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,10 @@ import { DatasetSortingOperation } from "Masters/DatasetSortingOperation";
|
|
2
2
|
import { ProtestingAccountInfo } from "./ProtestingAccountInfo";
|
3
3
|
|
4
4
|
export interface ProtestingAccounts {
|
5
|
-
|
6
|
-
|
5
|
+
ProtestingAccountInputParam:ProtestingAccountInfo;
|
6
|
+
OffsetValue: number;
|
7
|
+
FetchRecordsCounts: number;
|
8
|
+
ProtestingAccountInfo: ProtestingAccountInfo[];
|
9
|
+
TotalRecords: number;
|
7
10
|
DatasetSortingOperation: DatasetSortingOperation
|
8
11
|
}
|