# ForceRejectIctDepositRequestCreate

Request to simulate the rejection of an ICT deposit

## Example Usage

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

let value: ForceRejectIctDepositRequestCreate = {
  name: "accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/ictDeposits/20240321000472",
};
```

## Fields

| Field                                                                                                  | Type                                                                                                   | Required                                                                                               | Description                                                                                            | Example                                                                                                |
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
| `name`                                                                                                 | *string*                                                                                               | :heavy_check_mark:                                                                                     | Full name of the ICT deposit resource to force a rejection on. Contains account id and ICT deposit id. | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/ictDeposits/20240321000472                                         |
| `reason`                                                                                               | *string*                                                                                               | :heavy_minus_sign:                                                                                     | Reason why the ICT deposit is being rejected                                                           | Simulate a rejected transfer                                                                           |