You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
1.1 KiB

namespace Common.Model
{
public class Receivers : JsonRxResponse
{
public string mobileNumber { get; set; }
public string district { get; set; }
public string reasonId { get; set; }
public string relation { get; set; }
public string country { get; set; }
public string dpUrl { get; set; }
public string city { get; set; }
public string relationId { get; set; }
public string countryId { get; set; }
public string state { get; set; }
public string email { get; set; }
public string middleName { get; set; }
public string firstName { get; set; }
public string recipientId { get; set; }
public string reason { get; set; }
public string districtId { get; set; }
public string stateId { get; set; }
public string lastName { get; set; }
public string address { get; set; }
public string userId { get; set; }
public string countryCode { get; set; }
public string idType { get; set; }
public string idNumber { get; set; }
public object Data { get; set; }
}
}