@Controller
@RequestMapping(value={"/public/mobile","/mobile"})
public class MobilePaymentController
extends Object
| Constructor and Description |
|---|
MobilePaymentController() |
| Modifier and Type | Method and Description |
|---|---|
org.egov.collection.integration.models.BillInfoImpl |
getBillInfo(String assessmentNo,
BigDecimal amountToBePaid,
String category)
API to return BillInfoImpl, used in tax payment through Mobile App
|
String |
newform(org.springframework.ui.Model model,
String assessmentNo,
String ulbCode,
BigDecimal amountToBePaid,
String mobileNumber,
String emailId,
String category,
javax.servlet.http.HttpServletRequest request)
API to process payments from Mobile App
|
@RequestMapping(value="/paytax/{assessmentNo},{ulbCode},{amountToBePaid},{mobileNumber},{emailId},{category}",
method=GET)
public String newform(org.springframework.ui.Model model,
@PathVariable
String assessmentNo,
@PathVariable
String ulbCode,
@PathVariable
BigDecimal amountToBePaid,
@PathVariable
String mobileNumber,
@PathVariable
String emailId,
@PathVariable
String category,
javax.servlet.http.HttpServletRequest request)
throws ParseException
model - assessmentNo - ulbCode - amountToBePaid - mobileNumber - emailId - request - ParseExceptionpublic org.egov.collection.integration.models.BillInfoImpl getBillInfo(String assessmentNo, BigDecimal amountToBePaid, String category)
mobilePropertyTaxDetails - Copyright © 2015–2016 eGovernments Foundation. All rights reserved.