# WireWithdrawalScheduleUpdate

A withdrawal transfer schedule using the Wire mechanism

## Example Usage

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

let value: WireWithdrawalScheduleUpdate = {};
```

## Fields

| Field                                                                                                    | Type                                                                                                     | Required                                                                                                 | Description                                                                                              |
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
| `scheduleDetails`                                                                                        | [components.WithdrawalScheduleDetailsUpdate](../../models/components/withdrawalscheduledetailsupdate.md) | :heavy_minus_sign:                                                                                       | Details of withdrawal schedule transfers                                                                 |