# GetCustomerUpcomingGrantsRequest

## Example Usage

```typescript
import { GetCustomerUpcomingGrantsRequest } from "@flexprice/sdk/sdk/models";

let value: GetCustomerUpcomingGrantsRequest = {
  id: "<id>",
};
```

## Fields

| Field              | Type               | Required           | Description        |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `id`               | *string*           | :heavy_check_mark: | Customer ID        |