spec release

This commit is contained in:
Adyen Automation
2024-12-06 13:18:36 +01:00
parent e1d49d3d12
commit e933e70c5a
10 changed files with 28 additions and 28 deletions

View File

@@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "1",
"x-timestamp" : "2024-11-04T21:26:21Z"
"x-timestamp" : "2024-11-25T18:28:35Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
@@ -377,11 +377,11 @@
"properties" : {
"currency" : {
"type" : "string",
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes)."
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes)."
},
"value" : {
"type" : "integer",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).",
"format" : "int64"
}
}