mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
19 lines
656 B
YAML
19 lines
656 B
YAML
description: Представлены сведения (документа) о финансовом положении
|
||
type: object
|
||
discriminator: financialPositionType
|
||
required:
|
||
- financialPositionType
|
||
properties:
|
||
financialPositionType:
|
||
description: Представлены сведения (документа) о финансовом положении
|
||
type: string
|
||
enum:
|
||
- AnnualFinancialStatements
|
||
- AnnualTaxReturnWithMark
|
||
- QuarterlyTaxReturnWithMark
|
||
- AnnualTaxReturnWithoutMark
|
||
- QuarterlyTaxReturnWithoutMark
|
||
- AnnualTaxReturnWithoutMarkPaper
|
||
- StatementOfDuty
|
||
- LetterOfGuarantee
|