Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed May 29, 2024
1 parent cf8bc42 commit 8244771
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion json/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4075,6 +4075,7 @@
"enum" : [
"definedBeneficiary",
"director",
"immediateParentCompany",
"pciSignatory",
"protector",
"secondaryTrustee",
Expand Down Expand Up @@ -4857,7 +4858,7 @@
"type" : "string"
},
"mainSourceOfIncome" : {
"description" : "The organization's main source of income.\n\nPossible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**, **propertyRental**, **other**.",
"description" : "The organization's main source of income. Only required if `businessType` is **other**.\n\nPossible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**, **propertyRental**, **other**.",
"enum" : [
"businessOperation",
"realEstateSales",
Expand Down
3 changes: 2 additions & 1 deletion json/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4605,6 +4605,7 @@
"enum" : [
"definedBeneficiary",
"director",
"immediateParentCompany",
"pciSignatory",
"protector",
"secondaryTrustee",
Expand Down Expand Up @@ -5550,7 +5551,7 @@
"type" : "string"
},
"mainSourceOfIncome" : {
"description" : "The organization's main source of income.\n\nPossible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**, **propertyRental**, **other**.",
"description" : "The organization's main source of income. Only required if `businessType` is **other**.\n\nPossible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**, **propertyRental**, **other**.",
"enum" : [
"businessOperation",
"realEstateSales",
Expand Down
4 changes: 3 additions & 1 deletion yaml/LegalEntityService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2929,6 +2929,7 @@ components:
enum:
- definedBeneficiary
- director
- immediateParentCompany
- pciSignatory
- protector
- secondaryTrustee
Expand Down Expand Up @@ -3718,7 +3719,8 @@ components:
and the `businessType` is **financialInstitution**.
type: string
mainSourceOfIncome:
description: 'The organization''s main source of income.
description: 'The organization''s main source of income. Only required if
`businessType` is **other**.
Possible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**,
Expand Down
4 changes: 3 additions & 1 deletion yaml/LegalEntityService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3335,6 +3335,7 @@ components:
enum:
- definedBeneficiary
- director
- immediateParentCompany
- pciSignatory
- protector
- secondaryTrustee
Expand Down Expand Up @@ -4256,7 +4257,8 @@ components:
and the `businessType` is **financialInstitution**.
type: string
mainSourceOfIncome:
description: 'The organization''s main source of income.
description: 'The organization''s main source of income. Only required if
`businessType` is **other**.
Possible values: **businessOperation**, **realEstateSales**, **investmentInterestOrRoyalty**,
Expand Down

0 comments on commit 8244771

Please sign in to comment.