javadoc corrections

This commit is contained in:
jstaerk
2023-11-26 19:27:02 +01:00
parent 05a6a9621b
commit 5fde51a88d
8 changed files with 59 additions and 45 deletions

View File

@@ -842,6 +842,7 @@ public class Invoice implements IExportableTransaction {
/**
* Decide when the VAT should be collected.
* @param vatDueDateTypeCode use EventTimeCodeTypeConstants
* @return fluent setter
*/
public Invoice setVATDueDateTypeCode(String vatDueDateTypeCode) {
this.vatDueDateTypeCode = vatDueDateTypeCode;