| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain |
| Modifier and Type | Method and Description |
|---|---|
static FrequencyCodeBO |
FrequencyCodeBO.fromValue(String text) |
FrequencyCodeBO |
PaymentBO.getFrequency() |
FrequencyCodeBO |
PaymentOrderDetailsBO.getFrequency() |
static FrequencyCodeBO |
FrequencyCodeBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrequencyCodeBO[] |
FrequencyCodeBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentBO.setFrequency(FrequencyCodeBO frequency) |
void |
PaymentOrderDetailsBO.setFrequency(FrequencyCodeBO frequency) |
| 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) |
PaymentOrderDetailsBO(String paymentId,
Boolean batchBookingPreferred,
LocalDate requestedExecutionDate,
LocalTime requestedExecutionTime,
PaymentTypeBO paymentType,
LocalDate startDate,
LocalDate endDate,
String executionRule,
FrequencyCodeBO frequency,
Integer dayOfExecution,
AccountReferenceBO debtorAccount,
TransactionStatusBO transactionStatus) |
Copyright © 2019. All rights reserved.