model/AssignedRelationshipManagerResponse library

Functions

assignedRelationshipManagerResponseFromJson(String str) AssignedRelationshipManagerResponse
data : {"master_user_id":"86","name":"Jhanvi Shah","email":"cp@shivalikgroup.com","contact_no":"91 7575007336","type":"channel partners"},{"master_user_id":"63","name":"Kunal Makwana","email":"kunal@shivalikgroup.com","contact_no":"91 8000804608","type":"sales executive"} success : 1 message : ""
assignedRelationshipManagerResponseToJson(AssignedRelationshipManagerResponse data) String
dataFromJson(String str) RelationshipManagerData
master_user_id : "86" name : "Jhanvi Shah" email : "cp@shivalikgroup.com" contact_no : "91 7575007336" type : "channel partners"
dataToJson(RelationshipManagerData data) String