# AchDepositScheduleUpdate

A deposit transfer schedule using the ACH mechanism

## Example Usage

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

let value: AchDepositScheduleUpdate = {};
```

## Fields

| Field                                                                                              | Type                                                                                               | Required                                                                                           | Description                                                                                        |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `scheduleDetails`                                                                                  | [components.DepositScheduleDetailsUpdate](../../models/components/depositscheduledetailsupdate.md) | :heavy_minus_sign:                                                                                 | Details of deposit schedule transfers                                                              |