@@ -69,6 +75,7 @@ open class BillCompletedRequestModel : NSObject{
...
@@ -69,6 +75,7 @@ open class BillCompletedRequestModel : NSObject{
workNo=json["workNo"].stringValue
workNo=json["workNo"].stringValue
}
}
/**
/**
* Returns all the available property values in the form of [String:Any] object where the key is the approperiate json key and the value is the value of the corresponding property
* Returns all the available property values in the form of [String:Any] object where the key is the approperiate json key and the value is the value of the corresponding property
*/
*/
...
@@ -81,6 +88,12 @@ open class BillCompletedRequestModel : NSObject{
...
@@ -81,6 +88,12 @@ open class BillCompletedRequestModel : NSObject{