| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentTargetBO> |
PaymentBO.getTargets() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentBO.setTargets(List<PaymentTargetBO> targets) |
| Constructor and Description |
|---|
PaymentBO(String paymentId,
Boolean batchBookingPreferred,
LocalDate requestedExecutionDate,
LocalTime requestedExecutionTime,
PaymentTypeBO paymentType,
LocalDate startDate,
LocalDate endDate,
String executionRule,
FrequencyCodeBO frequency,
Integer dayOfExecution,
AccountReferenceBO debtorAccount,
TransactionStatusBO transactionStatus,
List<PaymentTargetBO> targets) |
Copyright © 2019. All rights reserved.