| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain |
| Modifier and Type | Method and Description |
|---|---|
static PurposeCodeBO |
PurposeCodeBO.fromValue(String text) |
PurposeCodeBO |
TransactionDetailsBO.getPurposeCode() |
static PurposeCodeBO |
PurposeCodeBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PurposeCodeBO[] |
PurposeCodeBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDetailsBO.setPurposeCode(PurposeCodeBO purposeCode) |
| Constructor and Description |
|---|
TransactionDetailsBO(String transactionId,
String entryReference,
String endToEndId,
String mandateId,
String checkId,
String creditorId,
LocalDate bookingDate,
LocalDate valueDate,
AmountBO transactionAmount,
List<ExchangeRateBO> exchangeRate,
String creditorName,
AccountReferenceBO creditorAccount,
String ultimateCreditor,
String debtorName,
AccountReferenceBO debtorAccount,
String ultimateDebtor,
String remittanceInformationStructured,
String remittanceInformationUnstructured,
PurposeCodeBO purposeCode,
String bankTransactionCode,
String proprietaryBankTransactionCode) |
Copyright © 2019. All rights reserved.