Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Mar 5, 2024
1 parent 5ec2d19 commit b301fa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions json/BalanceControlService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"components" : {
"schemas" : {
"Amount" : {
"additionalProperties" : false,
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
Expand All @@ -99,6 +100,7 @@
"type" : "object"
},
"BalanceTransferRequest" : {
"additionalProperties" : false,
"properties" : {
"amount" : {
"description" : "The amount of the transfer in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
Expand Down Expand Up @@ -144,6 +146,7 @@
"type" : "object"
},
"BalanceTransferResponse" : {
"additionalProperties" : false,
"properties" : {
"amount" : {
"description" : "The amount of the transfer in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
Expand Down
3 changes: 3 additions & 0 deletions yaml/BalanceControlService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ paths:
components:
schemas:
Amount:
additionalProperties: false
properties:
currency:
description: The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
Expand All @@ -124,6 +125,7 @@ components:
- currency
type: object
BalanceTransferRequest:
additionalProperties: false
properties:
amount:
description: The amount of the transfer in [minor units](https://docs.adyen.com/development-resources/currency-codes).
Expand Down Expand Up @@ -167,6 +169,7 @@ components:
- type
type: object
BalanceTransferResponse:
additionalProperties: false
properties:
amount:
description: The amount of the transfer in [minor units](https://docs.adyen.com/development-resources/currency-codes).
Expand Down

0 comments on commit b301fa8

Please sign in to comment.