-
-
class TransferBackingServiceException extends es.kukenan.smartfi.common.service.exceptions.BackingServiceException implements
Serializable
-
class TransferForbiddenException extends es.kukenan.smartfi.common.service.exceptions.ForbiddenException implements
Serializable
-
class TransferInvalidCallException extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements
Serializable
-
class TransferNotFoundException extends es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException implements
Serializable
-
-
- serialVersionUID:
- -8746807816426777274L
-
Serialized Fields
-
accountTypeName
@NotEmpty @Size(max=10) String accountTypeName
Transfer origin account type.
-
id
Integer id
Favourite transfer identifier.
-
-
-
-
Serialized Fields
-
code
String code
Currency type.
-
id
int id
Currency identifier.
-
name
String name
Currency identifier.
-
- serialVersionUID:
- -8746807806526777274L
-
-
Serialized Fields
-
alias
@Size(max=25) String alias
Transfer alias.
-
amount
double amount
Transfer amount.
-
beneficiaryAccountBic
@Size(max=25) String beneficiaryAccountBic
Beneficiary account bic.
-
beneficiaryAccountId
@Size(max=255) @NotEmpty String beneficiaryAccountId
Beneficiary account id.
-
beneficiaryAccountType
AccountType beneficiaryAccountType
Beneficiary account type.
-
beneficiaryAddress
@Size(max=255) String beneficiaryAddress
Beneficiary address.
-
beneficiaryName
@Size(max=70) String beneficiaryName
Transfer concept.
-
chargeBearer
@Size(max=255) String chargeBearer
Charge bearer.
-
currency
@Size(max=5) String currency
Transfer currency id.
-
ebContractId
String ebContractId
eb contract id.
-
id
@Size(max=100) String id
Favourite transfer identifier.
-
origin
@NotEmpty @Size(max=100) String origin
Transfer origin account.
-
reason
@Size(max=255) String reason
Transfer concept.
-
transferMode
TransferMode transferMode
Transfer mode.
-
userId
String userId
user associated to the transfer identifier.
-
- serialVersionUID:
- -6414003836542829307L
-
- serialVersionUID:
- 1L
-
Serialized Fields
-
address
String address
User address.
-
civilStatus
UserCivilStatus civilStatus
User civil status.
-
companyId
@NotEmpty @Size(max=2,min=2) String companyId
User company.
-
documentId
@Size(max=20) String documentId
User document id.
-
documentTypeId
DocumentType documentTypeId
Type of user document.
-
email
@Size(max=255) String email
email.
-
gender
UserGender gender
User gender.
-
id
@Size(max=50) String id
User Id.
-
language
UserLanguage language
language - user. language
-
lastUpdatePhoneDate
LocalDate lastUpdatePhoneDate
last update phone date.
-
name
@NotEmpty @Size(max=100) String name
User name.
-
nationality
String nationality
User nationality.
-
natureType
@Size(max=1) String natureType
Nature type.
-
phone
@Size(max=20) String phone
phone.
-
phonePrefix
@Size(max=5) String phonePrefix
phone prefix.
-
state
UserState state
user status.
-
surname
@Size(max=100) String surname
User second surname.
-
type
UserType type
user type.
-
userBackoffice
List<UserBackoffice> userBackoffice
list of user backoffice.
-
userCode
Integer userCode
User code.
-
-
-
-
-
- serialVersionUID:
- -6414003838582829307L
-
- serialVersionUID:
- -457888389514882167L
-
- serialVersionUID:
- -6967088815139599108L
-
-
-
Serialized Fields
-
accountId
@NotBlank @Size(max=24) String accountId
Product Number.
-
amount
@NotNull @Digits(integer=5,fraction=2) BigDecimal amount
Amount.
-
correosCashDetails
List<CorreosCashDetail> correosCashDetails
-
creationDate
@NotNull LocalDateTime creationDate
Creation date.
-
operationId
@Size(max=22) String operationId
Operation Id.
-
user
@NotNull User user
User associated to the Correos Cash deposit
User.
-
-
Serialized Fields
-
amount
@NotNull @Digits(integer=4,fraction=2) BigDecimal amount
Amount.
-
correosCashDeposit
@NotNull CorreosCashDeposit correosCashDeposit
-
id
@Size(max=45) String id
Id.
-
issuerAddress
@NotBlank @Size(max=60) String issuerAddress
Issuer address.
-
issuerBirthCountry
@NotNull Country issuerBirthCountry
Issuer birth country.
-
issuerBirthDate
@NotNull LocalDate issuerBirthDate
Issuer birth date.
-
issuerCity
@NotBlank @Size(max=40) String issuerCity
Issuer city.
-
issuerCountry
@NotNull Country issuerCountry
Issuer country.
-
issuerDoiCountry
@NotNull Country issuerDoiCountry
Issuer DOI country.
-
issuerDoiExpiredDate
LocalDate issuerDoiExpiredDate
Issuer DOI expired date.
-
issuerDoiNumber
@NotBlank @Size(max=15) String issuerDoiNumber
Issuer DOI number.
-
issuerDoiType
@NotBlank @Size(max=2) String issuerDoiType
Issuer DOI code type.
-
issuerName
@NotBlank @Size(max=50) String issuerName
Issuer name.
-
issuerNationality
@NotNull Country issuerNationality
Issuer nationality.
-
issuerPhone
@NotBlank @Size(max=9) String issuerPhone
Issuer phone.
-
issuerState
@Size(max=40) String issuerState
Issuer state.
-
issuerSurname
@Size(max=30) String issuerSurname
Issuer first surname.
-
issuerZipCode
@NotBlank @Size(max=15) String issuerZipCode
Issuer ZIP code.
-
numDetail
@NotNull @Digits(integer=2,fraction=0) Integer numDetail
Detail number.
-
-
class BicIsNotValidException extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements
Serializable
-
class BicNotPresentException extends es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException implements
Serializable
-
class CccNotCorrectException extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements
Serializable
-
class IbanNotCorrectException extends es.kukenan.smartfi.common.service.exceptions.EntityNotFoundException implements
Serializable
-
class TypeNotCorrectException extends es.kukenan.smartfi.common.service.exceptions.InvalidCallException implements
Serializable
-
class UserNotFoundException extends es.kukenan.smartfi.common.service.exceptions.UnexpectedException implements
Serializable
-
-
class UnimplementedMapperException extends es.kukenan.smartfi.common.service.exceptions.KukenanWalletException implements
Serializable