> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itpainform.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itpainform.com/_mcp/server.

# Overview

#### JavaScript

```javascript
bankersAddress: string;
auditorsAddress: string;

```

#### Python

```python
bankersAddress: string;
auditorsAddress: string;

```

#### Java

```java
bankersAddress: string;
auditorsAddress: string;

```

#### cURL

```curl
bankersAddress: string;
auditorsAddress: string;

```

#### Shell

```bash
bankersAddress: string;
auditorsAddress: string;

```