Update documentation for IExportableTransaction.getReferenceNumber()

This commit is contained in:
Roland Fredenhagen
2024-10-07 14:29:21 +02:00
committed by GitHub
parent fa6a8da0b3
commit 37c1b3a1af

View File

@@ -322,10 +322,10 @@ public interface IExportableTransaction {
}
/**
* get reference document number typically used for Invoice Corrections Will be
* added as IncludedNote in comfort profile
*
* @return the ID of the document this document refers to
* get BuyerReference (BT-10) an identifier assigned by the buyer and used
* for internal routing. Used for the Leitweg-ID.
*
* @return the BuyerReference of this document
*/
default String getReferenceNumber() {
return null;