mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 08:45:28 +00:00
558c63b116
* CAPI-381: Return missing definitions * CAPI-381: Remove readOnly fields and remove fill info from descriptions
20 lines
639 B
YAML
20 lines
639 B
YAML
description: Данные международного банковского счёта
|
|
type: object
|
|
properties:
|
|
number:
|
|
description: |
|
|
Номер счёта
|
|
type: string
|
|
pattern: '^[0-9A-Z]{8,40}$'
|
|
example: "123006951"
|
|
iban:
|
|
description: |
|
|
International Bank Account Number [ISO 13616](https://en.wikipedia.org/wiki/International_Bank_Account_Number)
|
|
type: string
|
|
pattern: '^[A-Z0-9]{3,35}$'
|
|
example: "GR1601101250000000012300695"
|
|
bankDetails:
|
|
$ref: '#/definitions/InternationalBankDetails'
|
|
correspondentBankAccount:
|
|
$ref: '#/definitions/InternationalCorrespondentBankAccount'
|