model/ProfileDetailsResponseModelForCP library

Functions

dataFromJson(String str) Data
user_data : {"user_id":"57958","cp_code":"CP3350","first_name":"vrushik","last_name":"","company_name":"Individual","contact_no":"91 9632587410","email_address":"vrushik@coronation.in","profile_image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/users/profile/dummy_user.png","birthdate":"Jan 19, 2038","birthdate_time":"2147483647","address":"506 salt pixels","rera_no":""} member_data : {"property_sold":0,"member_type":"Preferred","property_to_be_sold":4,"beacme_member_type":"Silver"}
dataToJson(Data data) String
memberDataFromJson(String str) MemberData
property_sold : 0 member_type : "Preferred" property_to_be_sold : 4 beacme_member_type : "Silver"
memberDataToJson(MemberData data) String
profileDetailsResponseModelFromJson(String str) ProfileDetailsResponseModelForCP
data : {"user_data":{"user_id":"57958","cp_code":"CP3350","first_name":"vrushik","last_name":"","company_name":"Individual","contact_no":"91 9632587410","email_address":"vrushik@coronation.in","profile_image":"https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/users/profile/dummy_user.png","birthdate":"Jan 19, 2038","birthdate_time":"2147483647","address":"506 salt pixels","rera_no":""},"member_data":{"property_sold":0,"member_type":"Preferred","property_to_be_sold":4,"beacme_member_type":"Silver"}} message : "User details found." success : 1
profileDetailsResponseModelToJson(ProfileDetailsResponseModelForCP data) String
userDataFromJson(String str) UserData
user_id : "57958" cp_code : "CP3350" first_name : "vrushik" last_name : "" company_name : "Individual" contact_no : "91 9632587410" email_address : "vrushik@coronation.in" profile_image : "https://www.reecosys.com/api/image-tool/index.php?src=https://www.reecosys.com/assets/uploads/users/profile/dummy_user.png" birthdate : "Jan 19, 2038" birthdate_time : "2147483647" address : "506 salt pixels" rera_no : ""
userDataToJson(UserData data) String