Skip to content

Commit

Permalink
Added field for GPU data
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and [email protected] committed Dec 10, 2024
1 parent 9d2af63 commit 0f06e96
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/onboarding-ms/src/main/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,9 @@
"legalRegisterName" : {
"type" : "string"
},
"longTermPayments" : {
"type" : "boolean"
},
"manager" : {
"type" : "boolean"
},
Expand Down Expand Up @@ -2701,6 +2704,9 @@
"legalRegisterName" : {
"type" : "string"
},
"longTermPayments" : {
"type" : "boolean"
},
"abiCode" : {
"type" : "string"
},
Expand Down
4 changes: 4 additions & 0 deletions apps/onboarding-ms/src/main/docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1404,6 +1404,8 @@ components:
type: string
legalRegisterName:
type: string
longTermPayments:
type: boolean
manager:
type: boolean
managerAuthorized:
Expand Down Expand Up @@ -1993,6 +1995,8 @@ components:
type: string
legalRegisterName:
type: string
longTermPayments:
type: boolean
abiCode:
type: string
vatNumberGroup:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ public class BusinessData {
private String businessRegisterNumber;
private String legalRegisterNumber;
private String legalRegisterName;
private boolean longTermPayments;

}

0 comments on commit 0f06e96

Please sign in to comment.