| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.payment |
| Modifier and Type | Method and Description |
|---|---|
static FrequencyCodeTO |
FrequencyCodeTO.fromValue(String text) |
FrequencyCodeTO |
PeriodicPaymentTO.getFrequency() |
static FrequencyCodeTO |
FrequencyCodeTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrequencyCodeTO[] |
FrequencyCodeTO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodicPaymentTO.setFrequency(FrequencyCodeTO frequency) |
| 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) |
Copyright © 2019. All rights reserved.