mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-09 12:27:48 +00:00
11 lines
1.9 KiB
Markdown
11 lines
1.9 KiB
Markdown
# SalesCities
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
|
|
| `city` | *string* | :heavy_check_mark: | The name of the city |
|
|
| `country` | [components.SalesCitiesCountry](../../models/components/salescitiescountry.md) | :heavy_check_mark: | The 2-letter country code of the city: https://d.to/geo |
|
|
| `sales` | *number* | :heavy_check_mark: | The number of sales from this city |
|
|
| `amount` | *number* | :heavy_check_mark: | The total amount of sales from this city | |