Properties
| Name | Type | Description |
|---|---|---|
| bankDetailsSummaryPage | boolean | Indicates whether the page with bank account details must be shown. Defaults to **true**. |
| bankVerificationPage | boolean | Indicates whether the bank check instant verification' details must be shown. Defaults to **true**. |
| businessDetailsSummaryPage | boolean | Indicates whether the page with the company's or organization's details must be shown. Defaults to **true**. |
| checksOverviewPage | boolean | Indicates whether the checks overview page must be shown. Defaults to **false**. |
| individualDetailsSummaryPage | boolean | Indicates whether the page with the individual's details must be shown. Defaults to **true**. |
| legalArrangementsDetailsSummaryPage | boolean | Indicates whether the page with the legal arrangements' details must be shown. Defaults to **true**. |
| manualBankAccountPage | boolean | Indicates whether the page to manually add bank account' details must be shown. Defaults to **true**. |
| shareholderDetailsSummaryPage | boolean | Indicates whether the page with the shareholders' details must be shown. Defaults to **true**. |
| welcomePage | boolean | Indicates whether the welcome page must be shown. Defaults to **false**. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ShowPages",
"title": "ShowPages",
"properties": {
"bankDetailsSummaryPage": {
"description": "Indicates whether the page with bank account details must be shown. Defaults to **true**.",
"type": "boolean"
},
"bankVerificationPage": {
"description": "Indicates whether the bank check instant verification' details must be shown. Defaults to **true**.",
"type": "boolean"
},
"businessDetailsSummaryPage": {
"description": "Indicates whether the page with the company's or organization's details must be shown. Defaults to **true**.",
"type": "boolean"
},
"checksOverviewPage": {
"description": "Indicates whether the checks overview page must be shown. Defaults to **false**.",
"type": "boolean"
},
"individualDetailsSummaryPage": {
"description": "Indicates whether the page with the individual's details must be shown. Defaults to **true**.",
"type": "boolean"
},
"legalArrangementsDetailsSummaryPage": {
"description": "Indicates whether the page with the legal arrangements' details must be shown. Defaults to **true**.",
"type": "boolean"
},
"manualBankAccountPage": {
"description": "Indicates whether the page to manually add bank account' details must be shown. Defaults to **true**.",
"type": "boolean"
},
"shareholderDetailsSummaryPage": {
"description": "Indicates whether the page with the shareholders' details must be shown. Defaults to **true**.",
"type": "boolean"
},
"welcomePage": {
"description": "Indicates whether the welcome page must be shown. Defaults to **false**.",
"type": "boolean"
}
},
"type": "object"
}