-
public interface GetEmiAmountAccordingToInterestApiListenerCreated by franklin on 7/1/15. An Interface to Make a communication between com.payu.india.Tasks.GetEmiAmountAccordingToInterestTask and Calling Activity Calling Activity should implement GetEmiAmountAccordingToInterestApiListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonGetEmiAmountAccordingToInterestApiResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.GetEmiAmountAccordingToInterestTaskonGetEmiAmountAccordingToInterestApiResponse will be notified with response -
-
Method Detail
-
onGetEmiAmountAccordingToInterestApiResponse
abstract void onGetEmiAmountAccordingToInterestApiResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.GetEmiAmountAccordingToInterestTaskonGetEmiAmountAccordingToInterestApiResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-