Interface B2BDocumentPaymentInfoDao
-
- All Known Implementing Classes:
DefaultB2BDocumentPaymentInfoDao
public interface B2BDocumentPaymentInfoDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResult<B2BDocumentPaymentInfoModel>getDocumentPaymentInfo(java.lang.String documentNumber)Gets a list of document payments associated to a Document.
-
-
-
Method Detail
-
getDocumentPaymentInfo
SearchResult<B2BDocumentPaymentInfoModel> getDocumentPaymentInfo(java.lang.String documentNumber)
Gets a list of document payments associated to a Document.- Parameters:
documentNumber- the document number identification.- Returns:
- list of documentPaymentInfos
-
-