-
- All Implemented Interfaces:
public class ReturnReasonsMapperHelper class to map the net.gini.android.bank.api.models.ReturnReason from the Gini API SDK to the Gini Capture Library's GiniCaptureReturnReason and vice versa.
-
-
Method Summary
Modifier and Type Method Description static List<ReturnReason>mapToApiSdk(@NonNull() List<GiniCaptureReturnReason> sourceList)static List<GiniCaptureReturnReason>mapToGiniCapture(@NonNull() List<ReturnReason> sourceList)-
-
Method Detail
-
mapToApiSdk
static List<ReturnReason> mapToApiSdk(@NonNull() List<GiniCaptureReturnReason> sourceList)
-
mapToGiniCapture
static List<GiniCaptureReturnReason> mapToGiniCapture(@NonNull() List<ReturnReason> sourceList)
-
-
-
-