java.lang.Object
es.kukenan.smartfi.microservice.onboarding.dto.OtpRequired

public class OtpRequired extends Object
OtpRequired data transfer object.
  • Field Details

    • code

      private String code
      Error code to use.
    • httpStatus

      private org.springframework.http.HttpStatus httpStatus
      HttpStatus object of the response.
    • additionalInfo

      private Map additionalInfo
      Additional info fot the client.
  • Constructor Details

    • OtpRequired

      public OtpRequired()