# NodeSwaggerApi.Transaction

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**fromUser** | [**UserProfile**](UserProfile.md) |  | 
**from** | **String** |  | 
**fromType** | **Number** |  | [optional] 
**toUser** | [**UserProfile**](UserProfile.md) |  | 
**to** | **String** |  | 
**toType** | **Number** |  | [optional] 
**amount** | **Number** |  | 
**_date** | **String** |  | [optional] 
**description** | **String** |  | [optional] 
**status** | **Number** |  | [optional] 
**createdDate** | **String** |  | [optional] 
**updatedDate** | **String** |  | [optional] 


