mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -3523,7 +3523,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"termsOfServiceDocumentFormat" : {
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON.",
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
|
||||
@@ -3790,7 +3790,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"termsOfServiceDocumentFormat" : {
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON.",
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
@@ -4485,6 +4485,11 @@
|
||||
"Organization" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"countryOfGoverningLaw" : {
|
||||
"x-addedInVersion" : "2",
|
||||
"description" : "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.",
|
||||
"type" : "string"
|
||||
},
|
||||
"dateOfIncorporation" : {
|
||||
"x-addedInVersion" : "2",
|
||||
"description" : "The date when the organization was incorporated in YYYY-MM-DD format.",
|
||||
|
||||
@@ -4227,7 +4227,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"termsOfServiceDocumentFormat" : {
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON.",
|
||||
"description" : "The requested format for the Terms of Service document. Default value: JSON. Possible values: JSON or PDF.",
|
||||
"type" : "string"
|
||||
},
|
||||
"type" : {
|
||||
@@ -5092,6 +5092,11 @@
|
||||
"Organization" : {
|
||||
"additionalProperties" : false,
|
||||
"properties" : {
|
||||
"countryOfGoverningLaw" : {
|
||||
"x-addedInVersion" : "2",
|
||||
"description" : "The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country code of the governing country.",
|
||||
"type" : "string"
|
||||
},
|
||||
"dateOfIncorporation" : {
|
||||
"x-addedInVersion" : "2",
|
||||
"description" : "The date when the organization was incorporated in YYYY-MM-DD format.",
|
||||
|
||||
@@ -2409,7 +2409,7 @@ components:
|
||||
type: string
|
||||
termsOfServiceDocumentFormat:
|
||||
description: 'The requested format for the Terms of Service document. Default
|
||||
value: JSON.'
|
||||
value: JSON. Possible values: JSON or PDF.'
|
||||
type: string
|
||||
type:
|
||||
description: 'The type of Terms of Service.
|
||||
|
||||
@@ -2612,7 +2612,7 @@ components:
|
||||
type: string
|
||||
termsOfServiceDocumentFormat:
|
||||
description: 'The requested format for the Terms of Service document. Default
|
||||
value: JSON.'
|
||||
value: JSON. Possible values: JSON or PDF.'
|
||||
type: string
|
||||
type:
|
||||
description: 'The type of Terms of Service.
|
||||
@@ -3383,6 +3383,11 @@ components:
|
||||
Organization:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
countryOfGoverningLaw:
|
||||
x-addedInVersion: '2'
|
||||
description: The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
|
||||
country code of the governing country.
|
||||
type: string
|
||||
dateOfIncorporation:
|
||||
x-addedInVersion: '2'
|
||||
description: The date when the organization was incorporated in YYYY-MM-DD
|
||||
|
||||
@@ -2945,7 +2945,7 @@ components:
|
||||
type: string
|
||||
termsOfServiceDocumentFormat:
|
||||
description: 'The requested format for the Terms of Service document. Default
|
||||
value: JSON.'
|
||||
value: JSON. Possible values: JSON or PDF.'
|
||||
type: string
|
||||
type:
|
||||
description: 'The type of Terms of Service.
|
||||
@@ -3852,6 +3852,11 @@ components:
|
||||
Organization:
|
||||
additionalProperties: false
|
||||
properties:
|
||||
countryOfGoverningLaw:
|
||||
x-addedInVersion: '2'
|
||||
description: The two-character [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
|
||||
country code of the governing country.
|
||||
type: string
|
||||
dateOfIncorporation:
|
||||
x-addedInVersion: '2'
|
||||
description: The date when the organization was incorporated in YYYY-MM-DD
|
||||
|
||||
Reference in New Issue
Block a user