Subversion Repositories SmartDukaan

Rev

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

Rev 7393 Rev 7410
Line 368... Line 368...
368
}
368
}
369
 
369
 
370
enum OrderSource {
370
enum OrderSource {
371
	WEBSITE = 1,
371
	WEBSITE = 1,
372
	STORE = 2,
372
	STORE = 2,
373
	AMAZON =3	
373
	AMAZON =3,
-
 
374
	HOMESHOP18  = 4,
-
 
375
	NAAPTOL = 5,
-
 
376
	EBAY = 6	
374
}
377
}
375
 
378
 
376
struct RechargeOrder {
379
struct RechargeOrder {
377
    1:i64 id,
380
    1:i64 id,
378
    2:string displayId,
381
    2:string displayId,
Line 557... Line 560...
557
}
560
}
558
 
561
 
559
struct SourceDetail {
562
struct SourceDetail {
560
	1:i64 id,
563
	1:i64 id,
561
    2:string name,
564
    2:string name,
562
    3:string email
565
    3:string email,
-
 
566
    4:string tinNumber
563
}
567
}
564
 
568
 
565
struct AmazonOrder {
569
struct AmazonOrder {
566
    1:i64 orderId,
570
    1:i64 orderId,
567
    2:string amazonOrderCode,
571
    2:string amazonOrderCode,