mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
Updated json specs
This commit is contained in:
@@ -1475,7 +1475,7 @@
|
||||
"Address" : {
|
||||
"properties" : {
|
||||
"city" : {
|
||||
"description" : "The name of the city.",
|
||||
"description" : "The name of the city. Maximum length: 3000 characters.",
|
||||
"type" : "string"
|
||||
},
|
||||
"country" : {
|
||||
@@ -1483,7 +1483,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"houseNumberOrName" : {
|
||||
"description" : "The number or name of the house.",
|
||||
"description" : "The number or name of the house. Maximum length: 3000 characters.",
|
||||
"type" : "string"
|
||||
},
|
||||
"postalCode" : {
|
||||
@@ -1495,7 +1495,7 @@
|
||||
"type" : "string"
|
||||
},
|
||||
"street" : {
|
||||
"description" : "The name of the street.\n> The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.",
|
||||
"description" : "The name of the street. Maximum length: 3000 characters.\n> The house number should not be included in this field; it should be separately provided via `houseNumberOrName`.",
|
||||
"type" : "string"
|
||||
}
|
||||
},
|
||||
@@ -1901,10 +1901,6 @@
|
||||
"description" : "The first name.",
|
||||
"type" : "string"
|
||||
},
|
||||
"infix" : {
|
||||
"description" : "The name's infix, if applicable.\n>A maximum length of twenty (20) characters is imposed.",
|
||||
"type" : "string"
|
||||
},
|
||||
"lastName" : {
|
||||
"description" : "The last name.",
|
||||
"type" : "string"
|
||||
|
||||
Reference in New Issue
Block a user