| Package | Description |
|---|---|
| de.adorsys.ledgers.deposit.api.domain | |
| de.adorsys.ledgers.deposit.api.service |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentProductBO |
SinglePaymentBO.paymentProduct |
| Modifier and Type | Method and Description |
|---|---|
static PaymentProductBO |
PaymentProductBO.getByValue(String value) |
PaymentProductBO |
PaymentTargetDetailsBO.getPaymentProduct() |
PaymentProductBO |
SinglePaymentBO.getPaymentProduct() |
PaymentProductBO |
PaymentTargetBO.getPaymentProduct() |
static PaymentProductBO |
PaymentProductBO.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentProductBO[] |
PaymentProductBO.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.setPaymentProduct(PaymentProductBO paymentProduct) |
void |
SinglePaymentBO.setPaymentProduct(PaymentProductBO paymentProduct) |
void |
PaymentTargetBO.setPaymentProduct(PaymentProductBO paymentProduct) |
| Constructor and Description |
|---|
PaymentTargetBO(String paymentId,
String endToEndIdentification,
AmountBO instructedAmount,
AccountReferenceBO creditorAccount,
String creditorAgent,
String creditorName,
AddressBO creditorAddress,
String remittanceInformationUnstructured,
PaymentProductBO paymentProduct,
PaymentBO payment) |
| Modifier and Type | Method and Description |
|---|---|
String |
DepositAccountConfigService.getClearingAccount(PaymentProductBO paymentProduct) |
Copyright © 2019. All rights reserved.