import 'package:bind_api/api.dart';| Name | Type | Description | Notes |
|---|---|---|---|
| heading | String | heading of element | [optional] |
| assetId | String | id of crypto currency that will be displayed in element | [optional] |
| assetName | String | name of crypto currency that will be displayed in element | [optional] |
| assetIcon | String | icon of crypto currency that will be displayed in element | [optional] |
| price | num | price that will be showed(in user payment currency), can be null if element does not have it | [optional] |
| growth | num | growth that will be showed, can be null if element does not have it | [optional] |
| description | String | description of element | [optional] |
| paymentCurrencyCode | String | code of user payment currency, used to show price with user currency | [optional] |
| paymentCurrencySymbol | String | symbol of user payment currency, used to show price with user currency | [optional] |