# AchDeposit

A deposit transfer using the ACH mechanism.

## Example Usage

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

let value: AchDeposit = {};
```

## Fields

| Field                                                                                                                              | Type                                                                                                                               | Required                                                                                                                           | Description                                                                                                                        | Example                                                                                                                            |
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| `amount`                                                                                                                           | [components.Amount](../../models/components/amount.md)                                                                             | :heavy_minus_sign:                                                                                                                 | The amount to deposit in USD.                                                                                                      | {<br/>"value": "100.00"<br/>}                                                                                                      |
| `bankRelationship`                                                                                                                 | *string*                                                                                                                           | :heavy_minus_sign:                                                                                                                 | The bank relationship to be used for the ACH deposit.                                                                              | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/bankRelationships/651ef9de0dee00240813e60e                                                     |
| `clientTransferId`                                                                                                                 | *string*                                                                                                                           | :heavy_minus_sign:                                                                                                                 | The external identifier supplied by the API caller. Each request must have a unique pairing of `client_transfer_id` and `account`. | 179dcd33-49f8-4615-989c-560fb387c4fd                                                                                               |
| `memo`                                                                                                                             | *string*                                                                                                                           | :heavy_minus_sign:                                                                                                                 | The memo that will appear on the customer's bank statement.                                                                        | ACH                                                                                                                                |
| `name`                                                                                                                             | *string*                                                                                                                           | :heavy_minus_sign:                                                                                                                 | The resource name of the ACH deposit.                                                                                              | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/achDeposits/20230817000319                                                                     |
| `retirementContribution`                                                                                                           | [components.RetirementContribution](../../models/components/retirementcontribution.md)                                             | :heavy_minus_sign:                                                                                                                 | The retirement contribution details.                                                                                               |                                                                                                                                    |
| `state`                                                                                                                            | [components.AchDepositState](../../models/components/achdepositstate.md)                                                           | :heavy_minus_sign:                                                                                                                 | The current state of the ACH deposit.                                                                                              |                                                                                                                                    |