Interface B2BDocumentPaymentInfoDao
- All Known Implementing Classes:
DefaultB2BDocumentPaymentInfoDao
public interface B2BDocumentPaymentInfoDao
-
Method Summary
Modifier and TypeMethodDescriptiongetDocumentPaymentInfo(String documentNumber) Gets a list of document payments associated to a Document.
-
Method Details
-
getDocumentPaymentInfo
Gets a list of document payments associated to a Document.- Parameters:
documentNumber- the document number identification.- Returns:
- list of documentPaymentInfos
-