model/NomineeDetailsResponseModel library

Functions

nomineeDetailsDataFromJson(String str) NomineeDetailsData
users_nominee_ID : "1" master_user_id : "124" type : "master_user" full_name : "Test bhai" contact_number : "45678923255" email : "test@mail.com" relation : "Brother" landmark : "Building" address : "Ahmedabad" city : "" city_id : "0" state : "" state_id : "0" pincode : "360005" country : "" country_id : "0" dob : "1995-10-05" identity_document : "http://192.168.50.61/reecosys_2/api/image-tool/index.php?src=http://192.168.50.61/reecosys_beta/api/uploads/kyc/1688994655_124_dummy.jpg"
nomineeDetailsDataToJson(NomineeDetailsData data) String
nomineeDetailsResponseModelFromJson(String str) NomineeDetailsResponseModel
nominee_details_data : {"users_nominee_ID":"1","master_user_id":"124","type":"master_user","full_name":"Test bhai","contact_number":"45678923255","email":"test@mail.com","relation":"Brother","landmark":"Building","address":"Ahmedabad","city":"","city_id":"0","state":"","state_id":"0","pincode":"360005","country":"","country_id":"0","dob":"1995-10-05","identity_document":"http://192.168.50.61/reecosys_2/api/image-tool/index.php?src=http://192.168.50.61/reecosys_beta/api/uploads/kyc/1688994655_124_dummy.jpg"} success : 1 message : ""
nomineeDetailsResponseModelToJson(NomineeDetailsResponseModel data) String