# CreditsGetCreditRequest

## Example Usage

```typescript
import { CreditsGetCreditRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: CreditsGetCreditRequest = {
  accountId: "01H8FB90ZRRFWXB4XC2JPJ1D4Y",
  creditId: "20230823123456",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01H8FB90ZRRFWXB4XC2JPJ1D4Y |
| `creditId`                 | *string*                   | :heavy_check_mark:         | The credit id.             | 20230823123456             |