| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain | |
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Method and Description |
|---|---|
AmountBO |
BalanceBO.getAmount() |
AmountBO |
SinglePaymentBO.getInstructedAmount() |
AmountBO |
FundsConfirmationRequestBO.getInstructedAmount() |
AmountBO |
PaymentTargetBO.getInstructedAmount() |
AmountBO |
TransactionDetailsBO.getTransactionAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
BalanceBO.setAmount(AmountBO amount) |
void |
SinglePaymentBO.setInstructedAmount(AmountBO instructedAmount) |
void |
FundsConfirmationRequestBO.setInstructedAmount(AmountBO instructedAmount) |
void |
PaymentTargetBO.setInstructedAmount(AmountBO instructedAmount) |
void |
TransactionDetailsBO.setTransactionAmount(AmountBO transactionAmount) |
| Constructor and Description |
|---|
FundsConfirmationRequestBO(String psuId,
AccountReferenceBO psuAccount,
AmountBO instructedAmount,
String cardNumber,
String payee) |
PaymentTargetBO(String paymentId,
String endToEndIdentification,
AmountBO instructedAmount,
AccountReferenceBO creditorAccount,
String creditorAgent,
String creditorName,
AddressBO creditorAddress,
String remittanceInformationUnstructured,
PaymentProductBO paymentProduct,
PaymentBO payment) |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
DepositAccountService.depositCash(String accountId,
AmountBO amount,
String user) |
Copyright © 2019. All rights reserved.