Class CompletionData.StepUp
java.lang.Object
se.swedenconnect.bankid.rpapi.types.CompletionData.StepUp
- All Implemented Interfaces:
Serializable
- Enclosing class:
CompletionData
Information about extra verifications that were part of the transaction.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StepUp
public StepUp()
-
-
Method Details
-
getMrtd
Gets the MRTD status that indicates if there was a check of the MRTD (machine readable travel document).true
means that the MRTD check was performed and passed, andfalse
means that the check was performed but failed.- Returns:
- the MRTD status
-
setMrtd
Assigns the MRTD status that indicates if there was a check of the MRTD (machine readable travel document).true
means that the MRTD check was performed and passed, andfalse
means that the check was performed but failed.- Parameters:
mrtd
- the MRTD status
-
toString
-