# TransferBankModel ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **guid** | **String** | Auto-generated unique identifier for the trade. | [optional] **transferType** | **String** | The type of transfer. | [optional] **customerGuid** | **String** | The associated customer's identifier. | [optional] **quoteGuid** | **String** | The associated quote's identifier. | [optional] **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] **side** | **String** | The direction of the quote: 'deposit' or 'withdrawal'. | [optional] **state** | **String** | The trade's state | [optional] **amount** | **Int** | The amount being transferred. | [optional] **fee** | **Int** | The fee associated with the trade. | [optional] **createdAt** | **Date** | ISO8601 datetime the bank was created at. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)