Class GenerateExternalOtpRequestDto
java.lang.Object
es.kukenan.smartfi.microservice.firm.api.externalotp.request.GenerateExternalOtpRequestDto
- All Implemented Interfaces:
Serializable
Class to expose External OTP Request data.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @NotNull IntegerBackoffice identifier.private StringUrl to call in case of delegated challenge.private @NotNull StringCompany CSB identifier.private OperationDataOperation data.private StringOperation Id.private @NotNull StringOperation type.private static final longprivate StringTPP Id.private @NotNull List<OperationUserDataDto>List of users (core_user_id) involved in the operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
backofficeId
Backoffice identifier. -
company
Company CSB identifier. -
userIds
List of users (core_user_id) involved in the operation. -
operationId
Operation Id. -
tppId
TPP Id. -
operationType
Operation type. -
callBackUrl
Url to call in case of delegated challenge. -
data
Operation data.
-
-
Constructor Details
-
GenerateExternalOtpRequestDto
public GenerateExternalOtpRequestDto()Empty constructor.
-