Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.27 KB

File metadata and controls

23 lines (18 loc) · 1.27 KB

bind_api.model.CryptoOverviewElement

Load the model package

import 'package:bind_api/api.dart';

Properties

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]

[Back to Model list] [Back to API list] [Back to README]