mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
17 lines
416 B
YAML
17 lines
416 B
YAML
description: Междyнародный банковский счёт
|
||
type: object
|
||
allOf:
|
||
- $ref: '#/definitions/BankAccount'
|
||
- type: object
|
||
properties:
|
||
accountHolder:
|
||
type: string
|
||
iban:
|
||
type: string
|
||
number:
|
||
type: string
|
||
bank:
|
||
$ref: '#/definitions/InternationalBankDetails'
|
||
correspondentAccount:
|
||
$ref: '#/definitions/CorrespondentAccount'
|