Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.14 KB

SalesReport.md

File metadata and controls

25 lines (20 loc) · 1.14 KB

woocommerce_client.model.SalesReport

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
totalSales String Gross sales in the period. [optional]
netSales String Net sales in the period. [optional]
averageSales String Average net daily sales. [optional]
totalOrders int Total of orders placed. [optional]
totalItems int Total of items purchased. [optional]
totalTax String Total charged for taxes. [optional]
totalShipping String Total charged for shipping. [optional]
totalRefunds int Total of refunded orders. [optional]
totalDiscount int Total of coupons used. [optional]
totalsGroupedBy String Group type. [optional]
totals List Totals. [optional] [default to const []]

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