public static class IDynamicBinHandlerService.Default extends Object implements IDynamicBinHandlerService
IDynamicBinHandlerService.Default, IDynamicBinHandlerService.Stub
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
IBinder |
asBinder() |
DynamicBinResponse |
checkBin(DynamicBinHandlerRequest request)
Returns a DynamicBinResponse with responseType and further action required to check if certain card bins are eligible for EMI processing.
|
public DynamicBinResponse checkBin(DynamicBinHandlerRequest request) throws RemoteException
This call will return response with type to indicate if binDetails are accepted or not and next set of action to be performed like activity action to be invoked.
checkBin
in interface IDynamicBinHandlerService
DynamicBinHandlerRequest
- The BinDetails with card first 6 and last 4.Along with CardType and PaymentPlatform
com.clover.emi.DynamicBinHandlerRequest
com.clover.emi.DynamicBinResponse
object.RemoteException
public IBinder asBinder()
asBinder
in interface IInterface