| Package | Description |
|---|---|
| de.adorsys.opba.protocol.api.services.scoped.consent |
| Modifier and Type | Method and Description |
|---|---|
ProtocolFacingPayment |
PaymentAccess.createDoNotPersist()
Factory method for new payment,
|
default ProtocolFacingPayment |
PaymentAccess.getFirstByCurrentSession()
Available consent for current session execution with throwing exception
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolFacingPayment> |
PaymentAccess.findByCurrentServiceSessionOrderByModifiedDesc()
Available payments for current session execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentAccess.delete(ProtocolFacingPayment consent)
Delete payment object from database.
|
void |
PaymentAccess.save(ProtocolFacingPayment consent)
Save payment object to database.
|
Copyright © 2020. All rights reserved.