2018-08-30 12:57:03 +00:00
|
|
|
description: Данные международного банковского счёта
|
2018-01-22 08:44:53 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
2018-08-30 12:57:03 +00:00
|
|
|
number:
|
|
|
|
description: |
|
|
|
|
Номер счёта
|
|
|
|
type: string
|
|
|
|
pattern: '^[0-9A-Z]{8,40}$'
|
|
|
|
example: "123006951"
|
2018-01-22 08:44:53 +00:00
|
|
|
iban:
|
|
|
|
description: |
|
|
|
|
International Bank Account Number [ISO 13616](https://en.wikipedia.org/wiki/International_Bank_Account_Number)
|
2018-08-30 12:57:03 +00:00
|
|
|
|
|
|
|
_* Если `iban` задан, `bankDetails` не обязательны к заполнению._
|
2018-01-22 08:44:53 +00:00
|
|
|
type: string
|
2018-08-24 14:54:41 +00:00
|
|
|
pattern: '^[A-Z0-9]{14,35}$'
|
2018-01-22 08:44:53 +00:00
|
|
|
example: "GR1601101250000000012300695"
|
2018-08-30 12:57:03 +00:00
|
|
|
bankDetails:
|
|
|
|
$ref: '#/definitions/InternationalBankDetails'
|
|
|
|
correspondentBankAccount:
|
2018-09-14 13:09:50 +00:00
|
|
|
$ref: '#/definitions/InternationalCorrespondentBankAccount'
|