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