# ForceApproveCheckDepositRequestCreate

Request to force approve an existing check deposit that is pending review FOR TESTING ONLY!

## Example Usage

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

let value: ForceApproveCheckDepositRequestCreate = {
  name: "accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/checkDeposits/20230817000319",
};
```

## Fields

| Field                                                            | Type                                                             | Required                                                         | Description                                                      | Example                                                          |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `name`                                                           | *string*                                                         | :heavy_check_mark:                                               | The name of the check deposit to force approve                   | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/checkDeposits/20230817000319 |