# CalculateCashBalanceResponseTransferSummary

A summary of a transfer.

## Example Usage

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

let value: CalculateCashBalanceResponseTransferSummary = {};
```

## Fields

| Field                                                                                                                                              | Type                                                                                                                                               | Required                                                                                                                                           | Description                                                                                                                                        | Example                                                                                                                                            |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `amount`                                                                                                                                           | [components.CalculateCashBalanceResponseTransferSummaryAmount](../../models/components/calculatecashbalanceresponsetransfersummaryamount.md)       | :heavy_minus_sign:                                                                                                                                 | The amount of the transfer in USD. The value will be positive for deposits and negative for withdrawals.                                           | {<br/>"value": "100.00"<br/>}                                                                                                                      |
| `id`                                                                                                                                               | *string*                                                                                                                                           | :heavy_minus_sign:                                                                                                                                 | The identifier of the transfer. The value is the last part of the transfer resource name.                                                          | 20230817000319                                                                                                                                     |
| `mechanism`                                                                                                                                        | [components.CalculateCashBalanceResponseTransferSummaryMechanism](../../models/components/calculatecashbalanceresponsetransfersummarymechanism.md) | :heavy_minus_sign:                                                                                                                                 | The mechanism of the transfer.                                                                                                                     | ACH                                                                                                                                                |