Class CompletionData.StepUp

java.lang.Object
se.swedenconnect.bankid.rpapi.types.CompletionData.StepUp
All Implemented Interfaces:
Serializable
Enclosing class:
CompletionData

public static class CompletionData.StepUp extends Object implements Serializable
Information about extra verifications that were part of the transaction.
See Also:
  • Constructor Details

    • StepUp

      public StepUp()
  • Method Details

    • getMrtd

      public Boolean 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, and false means that the check was performed but failed.
      Returns:
      the MRTD status
    • setMrtd

      public void setMrtd(Boolean mrtd)
      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, and false means that the check was performed but failed.
      Parameters:
      mrtd - the MRTD status
    • toString

      public String toString()
      Overrides:
      toString in class Object