From 37c1b3a1af590908fb99744d96b443379f050fe2 Mon Sep 17 00:00:00 2001 From: Roland Fredenhagen Date: Mon, 7 Oct 2024 14:29:21 +0200 Subject: [PATCH] Update documentation for `IExportableTransaction.getReferenceNumber()` --- .../mustangproject/ZUGFeRD/IExportableTransaction.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/src/main/java/org/mustangproject/ZUGFeRD/IExportableTransaction.java b/library/src/main/java/org/mustangproject/ZUGFeRD/IExportableTransaction.java index f43b5f62..060216cd 100644 --- a/library/src/main/java/org/mustangproject/ZUGFeRD/IExportableTransaction.java +++ b/library/src/main/java/org/mustangproject/ZUGFeRD/IExportableTransaction.java @@ -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;