Update documentation for IExportableTransaction.getReferenceNumber()
This commit is contained in:
committed by
GitHub
parent
fa6a8da0b3
commit
37c1b3a1af
@@ -322,10 +322,10 @@ public interface IExportableTransaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* get reference document number typically used for Invoice Corrections Will be
|
* get BuyerReference (BT-10) an identifier assigned by the buyer and used
|
||||||
* added as IncludedNote in comfort profile
|
* for internal routing. Used for the Leitweg-ID.
|
||||||
*
|
*
|
||||||
* @return the ID of the document this document refers to
|
* @return the BuyerReference of this document
|
||||||
*/
|
*/
|
||||||
default String getReferenceNumber() {
|
default String getReferenceNumber() {
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user