Subversion Repositories SmartDukaan

Rev

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

Rev 21364 Rev 21535
Line 1234... Line 1234...
1234
	CASHBACK,
1234
	CASHBACK,
1235
	REVERSAL,
1235
	REVERSAL,
1236
	REFUND,
1236
	REFUND,
1237
	FAILURE,
1237
	FAILURE,
1238
	ADVANCE_AMOUNT,
1238
	ADVANCE_AMOUNT,
1239
	SHIPPING_REFUND
1239
	SHIPPING_REFUND,
-
 
1240
	ADVANCE_REVERSAL,
-
 
1241
	OPENING_BALANCE
1240
}
1242
}
1241
 
1243
 
1242
struct Pmsa{
1244
struct Pmsa{
1243
	1:i64 id,
1245
	1:i64 id,
1244
	2:string name,
1246
	2:string name,
Line 2246... Line 2248...
2246
	list<i64> getStatsForAssociates(1:string associateEmail)
2248
	list<i64> getStatsForAssociates(1:string associateEmail)
2247
	
2249
	
2248
	Pmsa getmypmsaprofile(1:string associateEmail)
2250
	Pmsa getmypmsaprofile(1:string associateEmail)
2249
	
2251
	
2250
	bool creditUserWallet(1:i64 userId, 2:i64 amount, 3:double cash_back)
2252
	bool creditUserWallet(1:i64 userId, 2:i64 amount, 3:double cash_back)
-
 
2253
	
-
 
2254
	list<RechargeOrder> getPaginatedRechargeOrders(1:i64 userId, 2:i32 offset, 3:i32 limit)
2251
}
2255
}