Subversion Repositories SmartDukaan

Rev

Rev 6188 | Rev 6206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6188 Rev 6190
Line 368... Line 368...
368
   17:string description,
368
   17:string description,
369
   18:string plan
369
   18:string plan
370
}
370
}
371
 
371
 
372
struct RechargeStatistics{
372
struct RechargeStatistics{
373
	1:map<RechargeOrderStatus, i64> statusCounts,
373
	1:map<i64, i64> statusCounts,
374
	2:map<string, i64> operatorCounts,
374
	2:map<i64, i64> operatorCounts,
375
    3:map<string, list<RechargeOrder>> currentOrders,
375
    3:map<string, list<RechargeOrder>> currentOrders,
376
    4:map<string, i64> amounts
376
    4:map<string, i64> amounts
377
}
377
}
378
 
378
 
379
struct RechargePlan {
379
struct RechargePlan {