Interface BookIncomingPaymentService
- All Known Implementing Classes:
BookIncomingPaymentServiceImpl
public interface BookIncomingPaymentService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bookIncomingPayments
(Iterable<Entity> entityList) boolean
isAutomaticBookingEnabled
(Entity entity) boolean
isIncomingPaymentBookable
(Entity incomingPayment)
-
Method Details
-
bookIncomingPayments
- Throws:
RpcExecutionException
-
isIncomingPaymentBookable
-
isAutomaticBookingEnabled
-