Subversion Repositories SmartDukaan

Rev

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

Rev 22749 Rev 22754
Line 2267... Line 2267...
2267
	
2267
	
2268
	list<RechargeOrder> getPaginatedRechargeOrders(1:i64 userId, 2:i32 offset, 3:i32 limit)
2268
	list<RechargeOrder> getPaginatedRechargeOrders(1:i64 userId, 2:i32 offset, 3:i32 limit)
2269
	
2269
	
2270
	bool markOrderForRegisteredGstInvoice(list<i64> tranasction_ids)
2270
	bool markOrderForRegisteredGstInvoice(list<i64> tranasction_ids)
2271
	
2271
	
2272
	bool isShipmentCod(1:i64 logisticsTransactionId)
2272
	bool isShipmentCod(1:string logisticsTransactionId)
2273
}
2273
}