# Balances

## Extends

- `Balances`

### accountBalances?

```ts
optional accountBalances: AccountBalances[];
```

#### Inherited from

```ts
bkper.Balances.accountBalances
```

***

### balancesUrl?

```ts
optional balancesUrl: string;
```

#### Inherited from

```ts
bkper.Balances.balancesUrl
```

***

### groupBalances?

```ts
optional groupBalances: GroupBalances[];
```

#### Inherited from

```ts
bkper.Balances.groupBalances
```

***

### nextRange?

```ts
optional nextRange: string;
```

#### Inherited from

```ts
bkper.Balances.nextRange
```

***

### periodicity?

```ts
optional periodicity: "DAILY" | "MONTHLY" | "YEARLY";
```

#### Inherited from

```ts
bkper.Balances.periodicity
```

***

### previousRange?

```ts
optional previousRange: string;
```

#### Inherited from

```ts
bkper.Balances.previousRange
```

***

### range?

```ts
optional range: string;
```

#### Inherited from

```ts
bkper.Balances.range
```

***

### rangeBeginLabel?

```ts
optional rangeBeginLabel: string;
```

#### Inherited from

```ts
bkper.Balances.rangeBeginLabel
```

***

### rangeEndLabel?

```ts
optional rangeEndLabel: string;
```

#### Inherited from

```ts
bkper.Balances.rangeEndLabel
```
