Updated JSON specs

This commit is contained in:
aleksei
2021-05-22 16:09:10 +02:00
parent 019c4d38ca
commit fe374bc9e2
49 changed files with 16005 additions and 717 deletions

View File

@@ -318,6 +318,25 @@
"country"
]
},
"Amount" : {
"properties" : {
"currency" : {
"description" : "The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).",
"maxLength" : 3,
"minLength" : 3,
"type" : "string"
},
"value" : {
"description" : "The amount of the transaction, in [minor units](https://docs.adyen.com/development-resources/currency-codes).",
"format" : "int64",
"type" : "integer"
}
},
"required" : [
"value",
"currency"
]
},
"BankAccount" : {
"properties" : {
"bankAccountNumber" : {