Subversion Repositories SmartDukaan

Rev

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

Rev 7939 Rev 7967
Line 531... Line 531...
531
    17:string pin,
531
    17:string pin,
532
    18:string phone,
532
    18:string phone,
533
    19:string approvalEmail
533
    19:string approvalEmail
534
}
534
}
535
 
535
 
-
 
536
struct HotspotServiceMatrix {
-
 
537
	1:i64 storeId,
-
 
538
	2:string hotspotId,
-
 
539
	3:bool pickupFromStoreService,
-
 
540
	4:bool storeWebsiteService,
-
 
541
	5:bool rechargeService
-
 
542
}
-
 
543
 
536
struct RechargeTransaction{
544
struct RechargeTransaction{
537
    1:i64 id,
545
    1:i64 id,
538
    2:i64 storeId,
546
    2:i64 storeId,
539
    3:double amount,
547
    3:double amount,
540
    4:i64 transactionTime,
548
    4:i64 transactionTime,
Line 1427... Line 1435...
1427
	 
1435
	 
1428
	 bool convertStoreToNormal(1:i64 orderId);
1436
	 bool convertStoreToNormal(1:i64 orderId);
1429
	 
1437
	 
1430
	 Order updateFreebieItem(1:i64 orderId, 2:i64 newFreebieItemId);
1438
	 Order updateFreebieItem(1:i64 orderId, 2:i64 newFreebieItemId);
1431
	 
1439
	 
-
 
1440
	 list<HotspotServiceMatrix> getHotspotServiceMatrices();
-
 
1441
	 
1432
	 Order updateOrderAWB(1:i64 orderId, 2:string airwayBillNo);
1442
	 Order updateOrderAWB(1:i64 orderId, 2:string airwayBillNo);
1433
}
1443
}