Subversion Repositories SmartDukaan

Rev

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

Rev 2842 Rev 2964
Line 43... Line 43...
43
 
43
 
44
enum TransactionStatus{
44
enum TransactionStatus{
45
	INIT,
45
	INIT,
46
	IN_PROCESS,
46
	IN_PROCESS,
47
	COMPLETED,
47
	COMPLETED,
48
	FAILED
48
	FAILED,
-
 
49
	AUTHORIZED
49
}
50
}
50
 
51
 
51
 
-
 
52
struct LineItem{
52
struct LineItem{
53
	1:i64 id,
53
	1:i64 id,
54
	2:i64 item_id,
54
	2:i64 item_id,
55
	3:string productGroup
55
	3:string productGroup
56
	4:string brand,
56
	4:string brand,