Class GenerateExternalOtpRequestDto

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

public class GenerateExternalOtpRequestDto extends Object implements Serializable
Class to expose External OTP Request data.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • backofficeId

      @NotNull private @NotNull Integer backofficeId
      Backoffice identifier.
    • company

      @NotNull private @NotNull String company
      Company CSB identifier.
    • userIds

      @NotNull private @NotNull List<OperationUserDataDto> userIds
      List of users (core_user_id) involved in the operation.
    • operationId

      private String operationId
      Operation Id.
    • tppId

      private String tppId
      TPP Id.
    • operationType

      @NotNull private @NotNull String operationType
      Operation type.
    • callBackUrl

      private String callBackUrl
      Url to call in case of delegated challenge.
    • data

      private OperationData data
      Operation data.
  • Constructor Details

    • GenerateExternalOtpRequestDto

      public GenerateExternalOtpRequestDto()
      Empty constructor.