| Package | Description |
|---|---|
| de.adorsys.ledgers.middleware.api.domain.payment |
| Modifier and Type | Method and Description |
|---|---|
PaymentProductTO |
BulkPaymentTO.getPaymentProduct() |
PaymentProductTO |
SinglePaymentTO.getPaymentProduct() |
static PaymentProductTO |
PaymentProductTO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentProductTO[] |
PaymentProductTO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<PaymentProductTO> |
PaymentProductTO.getByValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
BulkPaymentTO.setPaymentProduct(PaymentProductTO paymentProduct) |
void |
SinglePaymentTO.setPaymentProduct(PaymentProductTO paymentProduct) |
| Constructor and Description |
|---|
BulkPaymentTO(String paymentId,
Boolean batchBookingPreferred,
AccountReferenceTO debtorAccount,
LocalDate requestedExecutionDate,
TransactionStatusTO paymentStatus,
List<SinglePaymentTO> payments,
PaymentProductTO paymentProduct) |
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) |
Copyright © 2019. All rights reserved.