BoxMapper

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

Link copied to clipboard
static Box map(@Nullable() GiniCaptureBox source)
Map a GiniCaptureBox from the Gini Capture SDK to the Gini Bank API lib's Box.
static GiniCaptureBox map(@Nullable() Box source)
Map a Box from the Gini Bank API lib to the Gini Capture SDK's GiniCaptureBox.