Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 630 Bytes

SalesCities.md

File metadata and controls

18 lines (13 loc) · 630 Bytes

dub.model.SalesCities

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
city String The name of the city
country String The 2-letter country code of the city: https://d.to/geo
sales num The number of sales from this city
amount num The total amount of sales from this city

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