Skip to content

Commit 6b0741a

Browse files
author
Adyen Automation
committed
spec release
1 parent e68b479 commit 6b0741a

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

json/LegalEntityService-v4.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -5691,6 +5691,12 @@
56915691
"description" : "The organization's registration number.",
56925692
"type" : "string"
56935693
},
5694+
"registrationNumberAbsent" : {
5695+
"x-addedInVersion" : "4",
5696+
"description" : "Set this to **true** if the organization does not have a registration number available. Only applicable for organizations in New Zealand, and incorporated partnerships and government organizations in Australia.",
5697+
"nullable" : true,
5698+
"type" : "boolean"
5699+
},
56945700
"stockData" : {
56955701
"description" : "Information about the organization's publicly traded stock. Provide this object only if `type` is **listedPublicCompany**.",
56965702
"$ref" : "#/components/schemas/StockData"
@@ -6261,7 +6267,7 @@
62616267
},
62626268
"numberAbsent" : {
62636269
"x-addedInVersion" : "4",
6264-
"description" : "The tax ID number (TIN) of the organization or individual is absent.",
6270+
"description" : "Set this to **true** if the legal entity or legal arrangement does not have a tax ID number (TIN). Only applicable in Australia.",
62656271
"type" : "boolean"
62666272
},
62676273
"type" : {

yaml/LegalEntityService-v4.yaml

+9-2
Original file line numberDiff line numberDiff line change
@@ -4301,6 +4301,13 @@ components:
43014301
registrationNumber:
43024302
description: The organization's registration number.
43034303
type: string
4304+
registrationNumberAbsent:
4305+
x-addedInVersion: '4'
4306+
description: Set this to **true** if the organization does not have a registration
4307+
number available. Only applicable for organizations in New Zealand, and
4308+
incorporated partnerships and government organizations in Australia.
4309+
nullable: true
4310+
type: boolean
43044311
stockData:
43054312
description: Information about the organization's publicly traded stock.
43064313
Provide this object only if `type` is **listedPublicCompany**.
@@ -4888,8 +4895,8 @@ components:
48884895
type: string
48894896
numberAbsent:
48904897
x-addedInVersion: '4'
4891-
description: The tax ID number (TIN) of the organization or individual is
4892-
absent.
4898+
description: Set this to **true** if the legal entity or legal arrangement
4899+
does not have a tax ID number (TIN). Only applicable in Australia.
48934900
type: boolean
48944901
type:
48954902
description: 'The TIN type depending on the country where it was issued.

0 commit comments

Comments
 (0)