ubl impoter to parse contacts

This commit is contained in:
jstaerk
2024-04-01 08:45:29 +02:00
parent df0eef061f
commit 6cea38f57b
6 changed files with 251 additions and 149 deletions

View File

@@ -455,7 +455,7 @@ public class Invoice implements IExportableTransaction {
}
@Override
public IZUGFeRDExportableTradeParty getSender() {
public TradeParty getSender() {
return sender;
}
@@ -473,7 +473,7 @@ public class Invoice implements IExportableTransaction {
}
@Override
public IZUGFeRDExportableTradeParty getRecipient() {
public TradeParty getRecipient() {
return recipient;
}