Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 17, 2024
1 parent 319081f commit e778d7e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions json/ManagementService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -17632,7 +17632,7 @@
"$ref" : "#/components/schemas/BcmcInfo"
},
"businessLineId" : {
"description" : "The unique identifier of the business line.",
"description" : "The unique identifier of the business line. Required if you have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).",
"type" : "string"
},
"cartesBancaires" : {
Expand Down Expand Up @@ -17888,7 +17888,7 @@
"$ref" : "#/components/schemas/BcmcInfo"
},
"businessLineId" : {
"description" : "The unique identifier of the business line.",
"description" : "The unique identifier of the business line. Required if you have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).",
"type" : "string"
},
"cartesBancaires" : {
Expand Down
4 changes: 2 additions & 2 deletions json/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17819,7 +17819,7 @@
"$ref" : "#/components/schemas/BcmcInfo"
},
"businessLineId" : {
"description" : "The unique identifier of the business line.",
"description" : "The unique identifier of the business line. Required if you have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).",
"type" : "string"
},
"cartesBancaires" : {
Expand Down Expand Up @@ -18079,7 +18079,7 @@
"$ref" : "#/components/schemas/BcmcInfo"
},
"businessLineId" : {
"description" : "The unique identifier of the business line.",
"description" : "The unique identifier of the business line. Required if you have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).",
"type" : "string"
},
"cartesBancaires" : {
Expand Down
6 changes: 4 additions & 2 deletions yaml/ManagementService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12176,7 +12176,8 @@ components:
description: Bancontact details.
$ref: '#/components/schemas/BcmcInfo'
businessLineId:
description: The unique identifier of the business line.
description: The unique identifier of the business line. Required if you
have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).
type: string
cartesBancaires:
description: Cartes Bancaires details.
Expand Down Expand Up @@ -12392,7 +12393,8 @@ components:
description: Bancontact details.
$ref: '#/components/schemas/BcmcInfo'
businessLineId:
description: The unique identifier of the business line.
description: The unique identifier of the business line. Required if you
have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).
type: string
cartesBancaires:
description: Cartes Bancaires details.
Expand Down
6 changes: 4 additions & 2 deletions yaml/ManagementService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12298,7 +12298,8 @@ components:
description: Bancontact details.
$ref: '#/components/schemas/BcmcInfo'
businessLineId:
description: The unique identifier of the business line.
description: The unique identifier of the business line. Required if you
have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).
type: string
cartesBancaires:
description: Cartes Bancaires details.
Expand Down Expand Up @@ -12517,7 +12518,8 @@ components:
description: Bancontact details.
$ref: '#/components/schemas/BcmcInfo'
businessLineId:
description: The unique identifier of the business line.
description: The unique identifier of the business line. Required if you
have a [platform setup](https://docs.adyen.com/marketplaces-and-platforms/platform-structure-resources/platform-setup/).
type: string
cartesBancaires:
description: Cartes Bancaires details.
Expand Down

0 comments on commit e778d7e

Please sign in to comment.