Interface B2BDocumentPaymentInfoService
- All Known Implementing Classes:
DefaultB2BDocumentPaymentInfoService
public interface B2BDocumentPaymentInfoService
Provides services for B2BDocument payment info.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyPayment(List<B2BDragAndDropData> lstActions) Applies a list of drag & drop actionsgetDocumentPaymentInfo(String documentNumber) Gets a list of document payment info associated to a Document.
-
Method Details
-
getDocumentPaymentInfo
Gets a list of document payment info associated to a Document.- Parameters:
documentNumber- the document number- Returns:
- list of documentPaymentInfos
-
applyPayment
Applies a list of drag & drop actions- Parameters:
lstActions- the list of actions to be applied.
-