# GroupBalances

## Extends

- `GroupBalances`

### accountBalances?

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

#### Inherited from

```ts
bkper.GroupBalances.accountBalances
```

***

### balances?

```ts
optional balances: Balance[];
```

#### Inherited from

```ts
bkper.GroupBalances.balances
```

***

### credit?

```ts
optional credit: boolean;
```

#### Inherited from

```ts
bkper.GroupBalances.credit
```

***

### cumulativeBalance?

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

#### Inherited from

```ts
bkper.GroupBalances.cumulativeBalance
```

***

### cumulativeCredit?

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

#### Inherited from

```ts
bkper.GroupBalances.cumulativeCredit
```

***

### cumulativeDebit?

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

#### Inherited from

```ts
bkper.GroupBalances.cumulativeDebit
```

***

### groupBalances?

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

#### Inherited from

```ts
bkper.GroupBalances.groupBalances
```

***

### name?

```ts
optional name: string;
```

#### Inherited from

```ts
bkper.GroupBalances.name
```

***

### normalizedName?

```ts
optional normalizedName: string;
```

#### Inherited from

```ts
bkper.GroupBalances.normalizedName
```

***

### periodBalance?

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

#### Inherited from

```ts
bkper.GroupBalances.periodBalance
```

***

### periodCredit?

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

#### Inherited from

```ts
bkper.GroupBalances.periodCredit
```

***

### periodDebit?

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

#### Inherited from

```ts
bkper.GroupBalances.periodDebit
```

***

### permanent?

```ts
optional permanent: boolean;
```

#### Inherited from

```ts
bkper.GroupBalances.permanent
```

***

### properties?

```ts
optional properties: object;
```

#### Index Signature

```ts
[name: string]: string
```

#### Inherited from

```ts
bkper.GroupBalances.properties
```
