| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.account | |
| de.adorsys.ledgers.middleware.api.domain.payment | |
| de.adorsys.ledgers.middleware.api.service |
| Modifier and Type | Method and Description |
|---|---|
AmountTO |
AccountBalanceTO.getAmount() |
AmountTO |
TransactionTO.getAmount() |
AmountTO |
FundsConfirmationRequestTO.getInstructedAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountBalanceTO.setAmount(AmountTO amount) |
void |
TransactionTO.setAmount(AmountTO amount) |
void |
FundsConfirmationRequestTO.setInstructedAmount(AmountTO instructedAmount) |
| Constructor and Description |
|---|
FundsConfirmationRequestTO(String psuId,
AccountReferenceTO psuAccount,
AmountTO instructedAmount,
String cardNumber,
String payee) |
| Modifier and Type | Method and Description |
|---|---|
AmountTO |
SinglePaymentTO.getInstructedAmount() |
| Modifier and Type | Method and Description |
|---|---|
void |
SinglePaymentTO.setInstructedAmount(AmountTO instructedAmount) |
| Constructor and Description |
|---|
PeriodicPaymentTO(String paymentId,
String endToEndIdentification,
AccountReferenceTO debtorAccount,
AmountTO instructedAmount,
AccountReferenceTO creditorAccount,
String creditorAgent,
String creditorName,
AddressTO creditorAddress,
String remittanceInformationUnstructured,
TransactionStatusTO paymentStatus,
PaymentProductTO paymentProduct,
LocalDate requestedExecutionDate,
LocalTime requestedExecutionTime,
LocalDate startDate,
LocalDate endDate,
String executionRule,
FrequencyCodeTO frequency,
Integer dayOfExecution) |
SinglePaymentTO(String paymentId,
String endToEndIdentification,
AccountReferenceTO debtorAccount,
AmountTO instructedAmount,
AccountReferenceTO creditorAccount,
String creditorAgent,
String creditorName,
AddressTO creditorAddress,
String remittanceInformationUnstructured,
TransactionStatusTO paymentStatus,
PaymentProductTO paymentProduct,
LocalDate requestedExecutionDate,
LocalTime requestedExecutionTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
MiddlewareAccountManagementService.depositCash(String accountId,
AmountTO amount)
Deposits given amount in cash into specified account.
|
Copyright © 2019. All rights reserved.