Subversion Repositories SmartDukaan

Rev

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

Rev 1984 Rev 2219
Line 46... Line 46...
46
	9:double quantity,
46
	9:double quantity,
47
	10:double unit_price,
47
	10:double unit_price,
48
	11:double unit_weight,
48
	11:double unit_weight,
49
	12:double total_price,
49
	12:double total_price,
50
	13:double transfer_price,
50
	13:double transfer_price,
51
	14:double total_weight,
51
	14:double total_weight
52
	15:double discounted_price
-
 
53
}
52
}
54
 
53
 
55
 
54
 
56
struct Order{
55
struct Order{
57
	1:i64 id,
56
	1:i64 id,
Line 103... Line 102...
103
	28:i64 delivery_timestamp,
102
	28:i64 delivery_timestamp,
104
	29:i64 outofstock_timestamp,
103
	29:i64 outofstock_timestamp,
105
	30:i64 jacket_number,
104
	30:i64 jacket_number,
106
	31:string receiver,
105
	31:string receiver,
107
	32:i64 batchNo,
106
	32:i64 batchNo,
108
	33:i64 serialNo,
107
	33:i64 serialNo
109
	34:double discounted_amount
-
 
110
}
108
}
111
 
109
 
112
struct Transaction{
110
struct Transaction{
113
	1:i64 id,
111
	1:i64 id,
114
	2:list<Order> orders,
112
	2:list<Order> orders,
115
	3:i64 createdOn,
113
	3:i64 createdOn,
116
	4:TransactionStatus transactionStatus,
114
	4:TransactionStatus transactionStatus,
117
	5:string statusDescription,
115
	5:string statusDescription,
118
	6:i64 shoppingCartid,
116
	6:i64 shoppingCartid,
119
	7:i64 customer_id
117
	7:i64 customer_id,
-
 
118
	8:string coupon_code
120
}
119
}
121
 
120
 
122
struct Alert{
121
struct Alert{
123
	1:i64 id,
122
	1:i64 id,
124
	2:i64 order_id,
123
	2:i64 order_id,