Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 912 Bytes

SalesTopLinks.md

File metadata and controls

23 lines (18 loc) · 912 Bytes

dub.model.SalesTopLinks

Load the model package

import 'package:dub/api.dart';

Properties

Name Type Description Notes
link String The unique ID of the short link
id String The unique ID of the short link
domain String The domain of the short link
key String The key of the short link
shortLink String The short link URL
url String The destination URL of the short link
createdAt String The creation timestamp of the short link
sales num The number of sales from this link
amount num The total amount of sales from this link

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