# Balance

## Extends

- `Balance`

### cumulativeBalance?

```ts
optional cumulativeBalance: string;
```

#### Inherited from

```ts
bkper.Balance.cumulativeBalance
```

***

### cumulativeCredit?

```ts
optional cumulativeCredit: string;
```

#### Inherited from

```ts
bkper.Balance.cumulativeCredit
```

***

### cumulativeDebit?

```ts
optional cumulativeDebit: string;
```

#### Inherited from

```ts
bkper.Balance.cumulativeDebit
```

***

### day?

```ts
optional day: number;
```

#### Inherited from

```ts
bkper.Balance.day
```

***

### fuzzyDate?

```ts
optional fuzzyDate: number;
```

#### Inherited from

```ts
bkper.Balance.fuzzyDate
```

***

### month?

```ts
optional month: number;
```

#### Inherited from

```ts
bkper.Balance.month
```

***

### periodBalance?

```ts
optional periodBalance: string;
```

#### Inherited from

```ts
bkper.Balance.periodBalance
```

***

### periodCredit?

```ts
optional periodCredit: string;
```

#### Inherited from

```ts
bkper.Balance.periodCredit
```

***

### periodDebit?

```ts
optional periodDebit: string;
```

#### Inherited from

```ts
bkper.Balance.periodDebit
```

***

### year?

```ts
optional year: number;
```

#### Inherited from

```ts
bkper.Balance.year
```
