| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain |
| Modifier and Type | Method and Description |
|---|---|
PaymentTypeBO |
PaymentTargetDetailsBO.getPaymentType() |
PaymentTypeBO |
PaymentBO.getPaymentType() |
PaymentTypeBO |
PaymentOrderDetailsBO.getPaymentType() |
static PaymentTypeBO |
PaymentTypeBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTypeBO[] |
PaymentTypeBO.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentTargetDetailsBO.setPaymentType(PaymentTypeBO paymentType) |
void |
PaymentBO.setPaymentType(PaymentTypeBO paymentType) |
void |
PaymentOrderDetailsBO.setPaymentType(PaymentTypeBO paymentType) |
| 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.