Class ValidateOtpResponse

java.lang.Object
es.kukenan.smartfi.microservice.firm.api.externalotp.ValidateOtpResponse

public class ValidateOtpResponse extends Object
Dto response for ValidateOtp.
  • Field Details

    • returnCode

      @NotEmpty private @NotEmpty String returnCode
      Status code.
    • operationReference

      @NotEmpty private @NotEmpty String operationReference
      operation reference.
  • Constructor Details

    • ValidateOtpResponse

      public ValidateOtpResponse()