# AchDepositSchedule

A deposit transfer schedule using the ACH mechanism

## Example Usage

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

let value: AchDepositSchedule = {};
```

## Fields

| Field                                                                                                                                                                                                                  | Type                                                                                                                                                                                                                   | Required                                                                                                                                                                                                               | Description                                                                                                                                                                                                            | Example                                                                                                                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `bankRelationship`                                                                                                                                                                                                     | *string*                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                     | The name of the bank relationship to be used in the ACH transaction                                                                                                                                                    | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/bankRelationships/651ef9de0dee00240813e60e                                                                                                                                         |
| ~~`iraContribution`~~                                                                                                                                                                                                  | [components.AchDepositScheduleIraContribution](../../models/components/achdepositscheduleiracontribution.md)                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                     | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Deprecated: see retirement_contribution_details The ira contribution info for an IRA account. |                                                                                                                                                                                                                        |
| `name`                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                     | The name of the ACH Deposit transfer schedule                                                                                                                                                                          | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/achDepositSchedules/40eb6b6f-76ff-4dc9-b8a0-b65a7658f8b1                                                                                                                           |
| `retirementContribution`                                                                                                                                                                                               | [components.AchDepositScheduleRetirementContribution](../../models/components/achdepositscheduleretirementcontribution.md)                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                     | The contribution info for a retirement account                                                                                                                                                                         |                                                                                                                                                                                                                        |
| `scheduleDetails`                                                                                                                                                                                                      | [components.ScheduleDetails](../../models/components/scheduledetails.md)                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                     | The transfer schedule details                                                                                                                                                                                          |                                                                                                                                                                                                                        |