Serialized Form
-
Package es.kukenan.smartfi.microservice.firm.api.commons
-
Class es.kukenan.smartfi.microservice.firm.api.commons.OperationData
class OperationData extends Object implements Serializable- serialVersionUID:
- -3453838210991539624L
-
Serialized Fields
-
amount
BigDecimal amount
Amount. -
currency
String currency
Currency. -
date
String date
Date. -
destination
String destination
Destination. -
ecommerceId
String ecommerceId
Ecommerce id. -
ecommerceName
String ecommerceName
Ecommerce name. -
iban
String iban
Iban. -
origin
String origin
Origin. -
reason
String reason
Reason.
-
-
-
Package es.kukenan.smartfi.microservice.firm.api.externalotp.request
-
Class es.kukenan.smartfi.microservice.firm.api.externalotp.request.GenerateExternalOtpRequestDto
class GenerateExternalOtpRequestDto extends Object implements Serializable- serialVersionUID:
- 4034511647174035089L
-
Serialized Fields
-
backofficeId
@NotNull Integer backofficeId
Backoffice identifier. -
callBackUrl
String callBackUrl
Url to call in case of delegated challenge. -
company
@NotNull String company
Company CSB identifier. -
data
OperationData data
Operation data. -
operationId
String operationId
Operation Id. -
operationType
@NotNull String operationType
Operation type. -
tppId
String tppId
TPP Id. -
userIds
@NotNull List<OperationUserDataDto> userIds
List of users (core_user_id) involved in the operation.
-
-
Class es.kukenan.smartfi.microservice.firm.api.externalotp.request.OperationUserDataDto
class OperationUserDataDto extends Object implements Serializable- serialVersionUID:
- -896048857343421906L
-
Serialized Fields
-
challengeInput
@NotBlank ChallengeEnum challengeInput
Challenge input type, owned or delegated. -
userId
@NotBlank String userId
User identifier.
-
-
-
Package es.kukenan.smartfi.microservice.firm.api.firmcontrol.response
-
Class es.kukenan.smartfi.microservice.firm.api.firmcontrol.response.FirmControlResponseDto
class FirmControlResponseDto extends es.kukenan.smartfi.common.api.dtos.ResultsPageDto<FirmControlDto> implements Serializable- serialVersionUID:
- -5531310830873953405L
-