# CheckWithdrawalScheduleScheduleDetails

The transfer schedule details

## Example Usage

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

let value: CheckWithdrawalScheduleScheduleDetails = {};
```

## Fields

| Field                                                                                                                        | Type                                                                                                                         | Required                                                                                                                     | Description                                                                                                                  | Example                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `amount`                                                                                                                     | [components.CheckWithdrawalScheduleAmount](../../models/components/checkwithdrawalscheduleamount.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.CheckWithdrawalScheduleScheduleProperties](../../models/components/checkwithdrawalschedulescheduleproperties.md) | :heavy_minus_sign:                                                                                                           | Common schedule properties                                                                                                   |                                                                                                                              |