Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 569 Bytes

SalesTimeseries.md

File metadata and controls

17 lines (12 loc) · 569 Bytes

dub.model.SalesTimeseries

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
start String The starting timestamp of the interval
sales num The number of sales in the interval
amount num The total amount of sales in the interval

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