# WireWithdrawalScheduleScheduleDetails

The transfer schedule details

## Example Usage

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

let value: WireWithdrawalScheduleScheduleDetails = {};
```

## Fields

| Field                                                                                                                      | Type                                                                                                                       | Required                                                                                                                   | Description                                                                                                                | Example                                                                                                                    |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| `amount`                                                                                                                   | [components.WireWithdrawalScheduleAmount](../../models/components/wirewithdrawalscheduleamount.md)                         | :heavy_minus_sign:                                                                                                         | A cash amount in the format of decimal value (mutually exclusive with 'full_disbursement')                                 | {<br/>"value": "100.00"<br/>}                                                                                              |
| `clientScheduleId`                                                                                                         | *string*                                                                                                                   | :heavy_minus_sign:                                                                                                         | External identifier supplied by the API caller. Each request must have a unique pairing of client_schedule_id and account  | ABC-123                                                                                                                    |
| `fullDisbursement`                                                                                                         | *boolean*                                                                                                                  | :heavy_minus_sign:                                                                                                         | Flag to indicate a full disbursement transfer (mutually exclusive with 'amount')                                           | false                                                                                                                      |
| `scheduleProperties`                                                                                                       | [components.WireWithdrawalScheduleScheduleProperties](../../models/components/wirewithdrawalschedulescheduleproperties.md) | :heavy_minus_sign:                                                                                                         | Common schedule properties                                                                                                 |                                                                                                                            |