Class ValidateOtpRequest

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

public class ValidateOtpRequest extends Object
Dto request for ValidateOtp.
  • Field Details

    • backofficeId

      @NotNull private @NotNull Integer backofficeId
      backoffice id.
    • company

      @NotEmpty private @NotEmpty String company
      company identifier.
    • operationReference

      @NotEmpty private @NotEmpty String operationReference
      operaton reference.
    • userId

      @NotEmpty private @NotEmpty String userId
      user id.
    • otpValue

      private String otpValue
      otp value entered.
    • tppId

      private String tppId
      TPP Id.
  • Constructor Details

    • ValidateOtpRequest

      public ValidateOtpRequest()