Gini Bank SDK for Android
Gini Bank SDK for Android
/
net.gini.android.capture.network.model
/
BoxMapper
Box
Mapper
public
final
class
BoxMapper
Helper class to map the
Box
from the Gini Bank API lib to the Gini Capture SDK's and vice versa.
Functions
Functions
map
Link copied to clipboard
@
Nullable
(
)
public
static
Box
map
(
@
Nullable
(
)
GiniCaptureBox
source
)
Map a
GiniCaptureBox
from the Gini Capture SDK to the Gini Bank API lib's
Box
.
@
Nullable
(
)
public
static
GiniCaptureBox
map
(
@
Nullable
(
)
Box
source
)
Map a
Box
from the Gini Bank API lib to the Gini Capture SDK's
GiniCaptureBox
.