Class BiometricValidationRequestPsd2Dto

java.lang.Object
es.kukenan.smartfi.microservice.clients.dto.BiometricValidationRequestPsd2Dto
All Implemented Interfaces:
Serializable

public class BiometricValidationRequestPsd2Dto extends Object implements Serializable
Dto used for biometric login.
See Also:
  • Field Details

    • biometricToken

      @NotNull private @NotNull String biometricToken
      Biometric token of the user for login.
    • deviceId

      @NotNull private @NotNull String deviceId
      Identifier for login device.
    • companyId

      @NotNull private @NotNull String companyId
      Identifier for company.
    • backofficeId

      @NotNull private @javax.validation.constraints.NotNull int backofficeId
      Identifier for backoficce.
    • tpp

      @NotNull private @NotNull String tpp
      Identifier of tpp.
  • Constructor Details

    • BiometricValidationRequestPsd2Dto

      public BiometricValidationRequestPsd2Dto()