# TransfersFee

A transfer using the FEE mechanism. Funds are moved from a customer's brokerage account to the firm account

## Example Usage

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

let value: TransfersFee = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                                                      | Type                                                                                                                                                                                                                                                                                                                                                       | Required                                                                                                                                                                                                                                                                                                                                                   | Description                                                                                                                                                                                                                                                                                                                                                | Example                                                                                                                                                                                                                                                                                                                                                    |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `amount`                                                                                                                                                                                                                                                                                                                                                   | [components.TransfersFeeAmount](../../models/components/transfersfeeamount.md)                                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | The amount of the fee being charged from the investor's account                                                                                                                                                                                                                                                                                            | {<br/>"value": "5.00"<br/>}                                                                                                                                                                                                                                                                                                                                |
| `bulkUploadId`                                                                                                                                                                                                                                                                                                                                             | *string*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | Bulk upload identifier to group related fee transfers                                                                                                                                                                                                                                                                                                      | 01H8FB90ZRRFWXB4XC2JPJ1D4Y                                                                                                                                                                                                                                                                                                                                 |
| `clientTransferId`                                                                                                                                                                                                                                                                                                                                         | *string*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | External identifier supplied by the API caller. Each request must have a unique pairing of client_transfer_id and account                                                                                                                                                                                                                                  | 179dcd33-49f8-4615-989c-560fb387c4fd                                                                                                                                                                                                                                                                                                                       |
| `description`                                                                                                                                                                                                                                                                                                                                              | *string*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | Optional description information that will attach to this transaction                                                                                                                                                                                                                                                                                      | Fee charged for platform access                                                                                                                                                                                                                                                                                                                            |
| `feeOperatingAccount`                                                                                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | Optional account field to denote where the fee amount should be deposited into. If provided, the account must be a fee operating account. In the case of multiple fee operating accounts under the same correspondent, this field must be provided. If not provided, this will be looked up asynchronously (therefore will not be in the initial response) | accounts/01H8FM6EXVH77SAW3TC8KAWMES                                                                                                                                                                                                                                                                                                                        |
| `name`                                                                                                                                                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | Full name of the fee resource, which contains account id and fee transaction id                                                                                                                                                                                                                                                                            | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y/fees/20230823123456                                                                                                                                                                                                                                                                                                    |
| `state`                                                                                                                                                                                                                                                                                                                                                    | [components.TransfersFeeState](../../models/components/transfersfeestate.md)                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | The current state of the fee                                                                                                                                                                                                                                                                                                                               |                                                                                                                                                                                                                                                                                                                                                            |
| `type`                                                                                                                                                                                                                                                                                                                                                     | [components.TransfersFeeType](../../models/components/transfersfeetype.md)                                                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                         | The type of the fee being charged                                                                                                                                                                                                                                                                                                                          | PLATFORM                                                                                                                                                                                                                                                                                                                                                   |