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.
 
 
 

20 lines
739 B

namespace Common.Model.CustomerRegister
{
public class OldUserRegisterModel
{
public string UserId { get; set; }
public string ReferenceId { get; set; }
public string Password { get; set; }
public string ConfirmPassword { get; set; }
public string TxnPin { get; set; }
public string ConfirmTxnPin { get; set; }
public string ClientId { get; set; }
public string uuid { get; set; }
public string AppVersion { get; set; }
public string phoneBrand { get; set; }
public string phoneOs { get; set; }
public string fcmId { get; set; }
public string osVersion { get; set; }
public string referralcode { get; set; }
}
}