swag-questionary/spec/definitions/InternationalBankAccount.yaml

17 lines
416 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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'