import 'package:bind_api/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| group | TransactionGroup | [optional] | |
| id | String | primary key of the transaction | [optional] |
| operationLabel | String | [optional] | |
| state | TransactionStates | [optional] | |
| isCrypto | bool | [optional] | |
| isFiat | bool | [optional] | |
| assetSourceCode | String | ISO code of source asset | [optional] |
| assetTargetCode | String | ISO code of target asset | [optional] |
| assetSourceIsCrypto | bool | is asset a crypto asset | [optional] |
| assetTargetIsCrypto | bool | is asset a crypto asset | [optional] |
| amountSource | num | [optional] | |
| amountTarget | num | [optional] | |
| type | TransactionTypes | [optional] | |
| datetime | DateTime | [optional] | |
| description | String | custom description of a transaction | [optional] |
| comment | String | custom comment for a transaction | [optional] |