Gini Bank SDK for Android
Gini Bank SDK for Android
/
net.gini.android.capture.requirements
/
RequirementReport
Requirement
Report
public
class
RequirementReport
Contains the report of a requirement check result.
Functions
Functions
get
Details
Link copied to clipboard
@
NonNull
(
)
public
String
getDetails
(
)
Details about the requirement unfulfillment.
get
Requirement
Id
Link copied to clipboard
public
RequirementId
getRequirementId
(
)
For identifying which requirement this report belongs to.
is
Fulfilled
Link copied to clipboard
public
boolean
isFulfilled
(
)
Whether the requirement was fulfilled or not.
to
String
Link copied to clipboard
public
String
toString
(
)