mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -4286,12 +4286,6 @@
|
||||
"minLength" : 9,
|
||||
"type" : "string"
|
||||
},
|
||||
"bic" : {
|
||||
"description" : "The bank's 8- or 11-character BIC or SWIFT code.",
|
||||
"maxLength" : 11,
|
||||
"minLength" : 8,
|
||||
"type" : "string"
|
||||
},
|
||||
"clearingCode" : {
|
||||
"description" : "The 3-digit clearing code, without separators or whitespace.",
|
||||
"maxLength" : 3,
|
||||
|
||||
@@ -3033,11 +3033,6 @@ components:
|
||||
maxLength: 15
|
||||
minLength: 9
|
||||
type: string
|
||||
bic:
|
||||
description: The bank's 8- or 11-character BIC or SWIFT code.
|
||||
maxLength: 11
|
||||
minLength: 8
|
||||
type: string
|
||||
clearingCode:
|
||||
description: The 3-digit clearing code, without separators or whitespace.
|
||||
maxLength: 3
|
||||
|
||||
Reference in New Issue
Block a user