Skip to content

Commit

Permalink
Add new fields to InvoiceQueryResponse model
Browse files Browse the repository at this point in the history
Four new fields have been added to the InvoiceQueryResponse class. These include faP17Annotation, invoiceType, schemaVersion, and hidden.
  • Loading branch information
Adrian Lapierre committed Apr 4, 2024
1 parent c844c09 commit ae0a945
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ public static class InvoiceHeaderList{
private String net;
private String vat;
private String gross;
private boolean faP17Annotation;
private String invoiceType;
private String schemaVersion;
private boolean hidden;

}

@Data
Expand Down

0 comments on commit ae0a945

Please sign in to comment.