model/other/StatisticsListResponse
library
Functions
-
dataFromJson(String str)
→ StatisticsItem
-
total_orders : "0"
total_amount : "0.00"
title : "Total Order By Retailer"
-
dataToJson(StatisticsItem data)
→ String
-
-
statisticsListResponseFromJson(String str)
→ StatisticsListResponse
-
data :
{"total_orders":"0","total_amount":"0.00","title":"Total Order By Retailer"},{"total_orders":"0","total_amount":"0.00","title":"Total Order By Me"},{"total_orders":"0","total_amount":"0.00","title":"Completed Order (Invoiced)"},{"total_orders":"0","total_amount":"0.00","title":"Total Inprocess Order"}
success : 1
message : ""
-
statisticsListResponseToJson(StatisticsListResponse data)
→ String
-