# ActivityInterestType

## Example Usage

```typescript
import { ActivityInterestType } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: ActivityInterestType = ActivityInterestType.Credit;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                      | Value                     |
| ------------------------- | ------------------------- |
| `InterestTypeUnspecified` | INTEREST_TYPE_UNSPECIFIED |
| `Credit`                  | CREDIT                    |
| `Debit`                   | DEBIT                     |
| -                         | `Unrecognized<string>`    |