# CoreApi.WalletTransaction

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | [optional] 
**type** | **String** |  | [optional] 
**amount** | **Number** |  | [optional] 
**_date** | **Date** |  | [optional] 


<a name="TypeEnum"></a>
## Enum: TypeEnum


* `Deposit` (value: `"Deposit"`)

* `Withdraw` (value: `"Withdraw"`)

* `OpenProgram` (value: `"OpenProgram"`)

* `InvestToProgram` (value: `"InvestToProgram"`)

* `WithdrawFromProgram` (value: `"WithdrawFromProgram"`)




