namespace Common.Model.CustomerRegister { public class CustomerKYCModel { public string userId { get; set; } public string type { get; set; } public string monthlyIncome { get; set; } public string businessType { get; set; } public string mobile { get; set; } public string email { get; set; } public string additionalAddress { get; set; } public string idType { get; set; } public string additionalIdType { get; set; } public string idFront { get; set; } public string idBack { get; set; } public string idSide { get; set; } public string additionalId { get; set; } public string additionalIdBack { get; set; } public string facePicture { get; set; } public string employeerName { get; set; } public string visaStatus { get; set; } public string occupation { get; set; } public string occupationOther { get; set; } public string purposeOfRegistration { get; set; } public string otherOccupation { get; set; } public string otherIdType { get; set; } public bool ExistingCutomer { get; set; } public string RegistrationType { get; set; } public string TrustDocId { get; set; } public string customerType { get; set; } public string idIssuingCountry { get; set; } public string idStartDate { get; set; } public string idExpiryDate { get; set; } public string idNumber { get; set; } } }