model/product/OrderPriorityResponse library
Classes
Functions
-
dataFromJson(
String str) → OrderPriority - priority_id : "1" name : "Low"
-
dataToJson(
OrderPriority data) → String -
orderPriorityResponseFromJson(
String str) → OrderPriorityResponse -
data :
{"priority_id":"1","name":"Low"},{"priority_id":"2","name":"Medium"},{"priority_id":"3","name":"High"}
success : 1 message : "Records found." -
orderPriorityResponseToJson(
OrderPriorityResponse data) → String