java.lang.Object
es.kukenan.smartfi.microservice.firm.api.externalotp.request.OperationUserDataDto
All Implemented Interfaces:
Serializable

public class OperationUserDataDto extends Object implements Serializable
DTO for users data of an operation in Generate External OTP request.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • userId

      @NotBlank private @NotBlank String userId
      User identifier.
    • challengeInput

      @NotBlank private @NotBlank ChallengeEnum challengeInput
      Challenge input type, owned or delegated.
  • Constructor Details

    • OperationUserDataDto

      public OperationUserDataDto()