Subversion Repositories SmartDukaan

Rev

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

Rev 21092 Rev 21101
Line 1231... Line 1231...
1231
	RECHARGE,
1231
	RECHARGE,
1232
	PURCHASE,
1232
	PURCHASE,
1233
	CASHBACK,
1233
	CASHBACK,
1234
	REVERSAL,
1234
	REVERSAL,
1235
	REFUND,
1235
	REFUND,
1236
	FAILURE
1236
	FAILURE,
-
 
1237
	ADVANCE_AMOUNT
1237
}
1238
}
1238
 
1239
 
1239
struct Pmsa{
1240
struct Pmsa{
1240
	1:i64 id,
1241
	1:i64 id,
1241
	2:string name,
1242
	2:string name,
Line 2241... Line 2242...
2241
	list<Pmsa> getPendingAssociates(1:string associateEmail)
2242
	list<Pmsa> getPendingAssociates(1:string associateEmail)
2242
	
2243
	
2243
	list<i64> getStatsForAssociates(1:string associateEmail)
2244
	list<i64> getStatsForAssociates(1:string associateEmail)
2244
	
2245
	
2245
	Pmsa getmypmsaprofile(1:string associateEmail)
2246
	Pmsa getmypmsaprofile(1:string associateEmail)
-
 
2247
	
-
 
2248
	bool creditUserWallet(1:i64 userId, 2:i64 amount)
2246
}
2249
}