Class AuthorisationConfirmation


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-05-24T13:41:46.273636+03:00[Europe/Kiev]")
    public class AuthorisationConfirmation
    extends Object
    Content of the body of an authorisation confirmation request
    • Constructor Detail

      • AuthorisationConfirmation

        public AuthorisationConfirmation()
    • Method Detail

      • getConfirmationCode

        @NotNull
        public @NotNull String getConfirmationCode()
        Confirmation Code as retrieved by the TPP from the redirect based SCA process.
        Returns:
        confirmationCode
      • setConfirmationCode

        public void setConfirmationCode​(String confirmationCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object