# ForceReturnAchWithdrawalRequestCreate

Request to force a Nacha return on a completed ACH withdrawal. FOR TESTING ONLY!

## Example Usage

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

let value: ForceReturnAchWithdrawalRequestCreate = {
  nachaReturn: {
    code: NachaReturnCreateCode.R69,
  },
  name: "accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/achWithdrawals/20230620500726",
};
```

## Fields

| Field                                                                        | Type                                                                         | Required                                                                     | Description                                                                  | Example                                                                      |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `nachaReturn`                                                                | [components.NachaReturnCreate](../../models/components/nachareturncreate.md) | :heavy_check_mark:                                                           | A return on an ACH transfer from the Nacha network.                          |                                                                              |
| `name`                                                                       | *string*                                                                     | :heavy_check_mark:                                                           | The name of the ACH withdrawal to force a Nacha return on.                   | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/achWithdrawals/20230620500726            |