Subversion Repositories SmartDukaan

Rev

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

Rev 8532 Rev 8717
Line 160... Line 160...
160
	COD_VERIFICATION_DELAY,
160
	COD_VERIFICATION_DELAY,
161
	PAYMENT_FLAGGED,
161
	PAYMENT_FLAGGED,
162
	OTHERS
162
	OTHERS
163
}
163
}
164
 
164
 
-
 
165
enum ProductCondition{
-
 
166
	GOOD,
-
 
167
	BAD
-
 
168
}
-
 
169
 
165
struct Order{
170
struct Order{
166
	1:i64 id,
171
	1:i64 id,
167
	2:i64 warehouse_id,
172
	2:i64 warehouse_id,
168
	/**
173
	/**
169
		item info
174
		item info
Line 251... Line 256...
251
	67:string dob,
256
	67:string dob,
252
	68:string guardianName,
257
	68:string guardianName,
253
	69:i64 freebieItemId,
258
	69:i64 freebieItemId,
254
	70:i64 source,
259
	70:i64 source,
255
	71:double advanceAmount,
260
	71:double advanceAmount,
256
	72:i64 storeId
261
	72:i64 storeId,
-
 
262
	73:ProductCondition productCondition
257
}
263
}
258
 
264
 
259
struct Attribute{
265
struct Attribute{
260
	1:string name,
266
	1:string name,
261
	2:string value
267
	2:string value