Interface B2BDocumentPaymentInfoService

All Known Implementing Classes:
DefaultB2BDocumentPaymentInfoService

public interface B2BDocumentPaymentInfoService
Provides services for B2BDocument payment info.
  • Method Details

    • getDocumentPaymentInfo

      SearchResult<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo(String documentNumber)
      Gets a list of document payment info associated to a Document.
      Parameters:
      documentNumber - the document number
      Returns:
      list of documentPaymentInfos
    • applyPayment

      void applyPayment(List<B2BDragAndDropData> lstActions)
      Applies a list of drag & drop actions
      Parameters:
      lstActions - the list of actions to be applied.