-
public interface CheckoutDetailsListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonCheckoutDetailsResponse(PayuResponse payuResponse)As soon as we receive data in com.payu.india.Tasks.GetCheckoutDetailsTaskonCheckoutDetailsResponse will be notified with response -
-
Method Detail
-
onCheckoutDetailsResponse
abstract void onCheckoutDetailsResponse(PayuResponse payuResponse)
As soon as we receive data in com.payu.india.Tasks.GetCheckoutDetailsTaskonCheckoutDetailsResponse will be notified with response
- Parameters:
payuResponse- getResponseStatus
-
-
-
-