Skip to content

Commit

Permalink
[SELC - 4788] feat: added taxCodeInvoicing to api V2 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarcoplutino authored May 20, 2024
1 parent 5a54e30 commit 099bfd2
Show file tree
Hide file tree
Showing 11 changed files with 1,149 additions and 1,345 deletions.
8 changes: 8 additions & 0 deletions app/src/main/resources/swagger/api-docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,10 @@
"type" : "string",
"description" : "Institution's taxCode"
},
"taxCodeInvoicing" : {
"type" : "string",
"description" : "Institution's taxCodeInvoicing"
},
"vatNumber" : {
"type" : "string",
"description" : "Institution's VAT number"
Expand Down Expand Up @@ -1707,6 +1711,10 @@
"type" : "string",
"description" : "Institution's taxCode"
},
"taxCodeInvoicing" : {
"type" : "string",
"description" : "Institution's taxCodeInvoicing"
},
"userProductRoles" : {
"type" : "array",
"description" : "Logged user's roles on product",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ public class Billing {
private String vatNumber;
private String recipientCode;
private Boolean publicServices;
private String taxCodeInvoicing;
}
Loading

0 comments on commit 099bfd2

Please sign in to comment.