public interface IDynamicBinHandlerService extends IInterface
Modifier and Type | Interface and Description |
---|---|
static class |
IDynamicBinHandlerService.Default
Default implementation for IDynamicBinHandlerService.
|
static class |
IDynamicBinHandlerService.Stub
Local-side IPC implementation stub class.
|
Modifier and Type | Method and Description |
---|---|
DynamicBinResponse |
checkBin(DynamicBinHandlerRequest request)
Returns a DynamicBinResponse with responseType and further action required to check if certain card bins are eligible for EMI processing.
|
asBinder
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.
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