# DeleteCreditGrantRequest

## Example Usage

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

let value: DeleteCreditGrantRequest = {};
```

## Fields

| Field                                                                                            | Type                                                                                             | Required                                                                                         | Description                                                                                      |
| ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------ |
| `effectiveDate`                                                                                  | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)    | :heavy_minus_sign:                                                                               | EffectiveDate is optional; when set (subscription scope) the grant end date is set to this time. |