java.lang.Object
es.kukenan.smartfi.microservice.backoffice.dtos.LoginRequest

public class LoginRequest extends Object
Login request object.
  • Field Details

    • type

      @NotBlank private @NotBlank String type
      Login type.
    • email

      @NotBlank private @NotBlank String email
      Login email field.
    • password

      @NotBlank private @NotBlank String password
      Login password field.
  • Constructor Details

    • LoginRequest

      public LoginRequest()