userdatamodel constructor
userdatamodel({
- num? id,
- String? memberID,
- String? ssoid,
- String? mobileNumber,
- String? nameOnCard,
- String? firstName,
- String? lastName,
- String? poi,
- String? poa,
- String? pOIType,
- String? pOAType,
- String? pOIVerified,
- String? pOAVerified,
- String? poiname,
- String? poidob,
- String? poigender,
- String? poiphone,
- String? poiemail,
- String? poaco,
- String? poadist,
- String? poahouse,
- String? poaloc,
- String? poapc,
- String? poastate,
- String? poavtc,
- String? poavtcCode,
- String? poastreet,
- String? poalm,
- String? poasubdist,
- String? poapo,
- num? phoneNo,
- String? photo,
- String? durationFrom,
- String? durationTill,
- num? createdBy,
- String? pan,
- String? panname,
- num? statusTypeID,
- num? isKYCDone,
- String? createdDate,
- num? walletTypeID,
- String? mmid,
- String? registeredbyMobile,
- bool? loginEnable,
- num? custOf,
- String? updatedBy,
- String? updatedDate,
- bool? isDistributor,
- String? securityQuestion,
- String? securityAnswer,
- bool? isTPINEnabled,
- String? salt,
- String? platForm,
- num? registrationTypeID,
- bool? isUsageCapEnabled,
- int? dailyUsageCapCount,
- double? dailyUsageCapAmount,
- String? tPINEncrypt,
- String? walletUpgradationDate,
- String? uPIDeviceID,
- String? upivpa,
- String? riskStatus,
- String? lastPasswordSetOn,
- num? lastCreditAmount,
- String? lastCreditOn,
- num? lastDebitAmount,
- String? lastDebitOn,
- bool? currAddIsApproved,
- bool? isMobileNumberVerified,
- bool? isEmailIDVerified,
- String? pDBankAccountHolderName,
- String? pDBankName,
- String? pDBankIFSC,
- String? pDBankAccountNo,
- String? pDWalletMobile,
- String? lastSuccessfulLogin,
- num? lastLoginFailureAttempts,
- num? loadMoneyCurrentDayCount,
- num? loadMoneyCurrentDay,
- num? loadMoneyCurrentMonth,
- num? loadMoneyCurrentYear,
- num? iMPSCurrentDayCount,
- num? iMPSCurrentDay,
- num? iMPSCurrentMonth,
- num? iMPSCurrentYear,
- num? customerUnRegMonthTransfer,
- bool? citizenjamapstatus,
- String? operator,
- String? circle,
- num? entityID,
- String? accountNo,
- String? bankName,
- String? iFSCCode,
- num? balance,
- num? ledgerBalance,
- num? sessionID,
- num? unreadNotificationCount,
- String? userPhoto,
- String? rupayRefNo,
- bool? isActiveWallet,
- String? barcodeEncodeDecodeKey,
- num? paymentGateway,
- bool? isEEMCustomer,
- bool? reuploadAADHAARXML,
- bool? captureEconomicFinanceStatus,
- bool? collectPAN,
- bool? upgradeWallet,
Implementation
userdatamodel({
num? id,
String? memberID,
String? ssoid,
String? mobileNumber,
String? nameOnCard,
String? firstName,
String? lastName,
String? poi,
String? poa,
String? pOIType,
String? pOAType,
String? pOIVerified,
String? pOAVerified,
String? poiname,
String? poidob,
String? poigender,
String? poiphone,
String? poiemail,
String? poaco,
String? poadist,
String? poahouse,
String? poaloc,
String? poapc,
String? poastate,
String? poavtc,
String? poavtcCode,
String? poastreet,
String? poalm,
String? poasubdist,
String? poapo,
num? phoneNo,
String? photo,
String? durationFrom,
String? durationTill,
num? createdBy,
String? pan,
String? panname,
num? statusTypeID,
num? isKYCDone,
String? createdDate,
num? walletTypeID,
String? mmid,
String? registeredbyMobile,
bool? loginEnable,
num? custOf,
String? updatedBy,
String? updatedDate,
bool? isDistributor,
String? securityQuestion,
String? securityAnswer,
bool? isTPINEnabled,
String? salt,
String? platForm,
num? registrationTypeID,
bool? isUsageCapEnabled,
int? dailyUsageCapCount,
double? dailyUsageCapAmount,
String? tPINEncrypt,
String? walletUpgradationDate,
String? uPIDeviceID,
String? upivpa,
String? riskStatus,
String? lastPasswordSetOn,
num? lastCreditAmount,
String? lastCreditOn,
num? lastDebitAmount,
String? lastDebitOn,
bool? currAddIsApproved,
bool? isMobileNumberVerified,
bool? isEmailIDVerified,
String? pDBankAccountHolderName,
String? pDBankName,
String? pDBankIFSC,
String? pDBankAccountNo,
String? pDWalletMobile,
String? lastSuccessfulLogin,
num? lastLoginFailureAttempts,
num? loadMoneyCurrentDayCount,
num? loadMoneyCurrentDay,
num? loadMoneyCurrentMonth,
num? loadMoneyCurrentYear,
num? iMPSCurrentDayCount,
num? iMPSCurrentDay,
num? iMPSCurrentMonth,
num? iMPSCurrentYear,
num? customerUnRegMonthTransfer,
bool? citizenjamapstatus,
String? operator,
String? circle,
num? entityID,
String? accountNo,
String? bankName,
String? iFSCCode,
num? balance,
num? ledgerBalance,
num? sessionID,
num? unreadNotificationCount,
String? userPhoto,
String? rupayRefNo,
bool? isActiveWallet,
String? barcodeEncodeDecodeKey,
num? paymentGateway,
bool? isEEMCustomer,
bool? reuploadAADHAARXML,
bool? captureEconomicFinanceStatus,
bool? collectPAN,
bool? upgradeWallet,
}) {
_id = id;
_memberID = memberID;
_ssoid = ssoid;
_mobileNumber = mobileNumber;
_nameOnCard = nameOnCard;
_firstName = firstName;
_lastName = lastName;
_poi = poi;
_poa = poa;
_pOIType = pOIType;
_pOAType = pOAType;
_pOIVerified = pOIVerified;
_pOAVerified = pOAVerified;
_poiname = poiname;
_poidob = poidob;
_poigender = poigender;
_poiphone = poiphone;
_poiemail = poiemail;
_poaco = poaco;
_poadist = poadist;
_poahouse = poahouse;
_poaloc = poaloc;
_poapc = poapc;
_poastate = poastate;
_poavtc = poavtc;
_poavtcCode = poavtcCode;
_poastreet = poastreet;
_poalm = poalm;
_poasubdist = poasubdist;
_poapo = poapo;
_phoneNo = phoneNo;
_photo = photo;
_durationFrom = durationFrom;
_durationTill = durationTill;
_createdBy = createdBy;
_pan = pan;
_panname = panname;
_statusTypeID = statusTypeID;
_isKYCDone = isKYCDone;
_createdDate = createdDate;
_walletTypeID = walletTypeID;
_mmid = mmid;
_registeredbyMobile = registeredbyMobile;
_loginEnable = loginEnable;
_custOf = custOf;
_updatedBy = updatedBy;
_updatedDate = updatedDate;
_isDistributor = isDistributor;
_securityQuestion = securityQuestion;
_securityAnswer = securityAnswer;
_isTPINEnabled = isTPINEnabled;
_salt = salt;
_platForm = platForm;
_registrationTypeID = registrationTypeID;
_isUsageCapEnabled = isUsageCapEnabled;
_dailyUsageCapCount = dailyUsageCapCount;
_dailyUsageCapAmount = dailyUsageCapAmount;
_tPINEncrypt = tPINEncrypt;
_walletUpgradationDate = walletUpgradationDate;
_uPIDeviceID = uPIDeviceID;
_upivpa = upivpa;
_riskStatus = riskStatus;
_lastPasswordSetOn = lastPasswordSetOn;
_lastCreditAmount = lastCreditAmount;
_lastCreditOn = lastCreditOn;
_lastDebitAmount = lastDebitAmount;
_lastDebitOn = lastDebitOn;
_currAddIsApproved = currAddIsApproved;
_isMobileNumberVerified = isMobileNumberVerified;
_isEmailIDVerified = isEmailIDVerified;
_pDBankAccountHolderName = pDBankAccountHolderName;
_pDBankName = pDBankName;
_pDBankIFSC = pDBankIFSC;
_pDBankAccountNo = pDBankAccountNo;
_pDWalletMobile = pDWalletMobile;
_lastSuccessfulLogin = lastSuccessfulLogin;
_lastLoginFailureAttempts = lastLoginFailureAttempts;
_loadMoneyCurrentDayCount = loadMoneyCurrentDayCount;
_loadMoneyCurrentDay = loadMoneyCurrentDay;
_loadMoneyCurrentMonth = loadMoneyCurrentMonth;
_loadMoneyCurrentYear = loadMoneyCurrentYear;
_iMPSCurrentDayCount = iMPSCurrentDayCount;
_iMPSCurrentDay = iMPSCurrentDay;
_iMPSCurrentMonth = iMPSCurrentMonth;
_iMPSCurrentYear = iMPSCurrentYear;
_customerUnRegMonthTransfer = customerUnRegMonthTransfer;
_citizenjamapstatus = citizenjamapstatus;
_operator = operator;
_circle = circle;
_entityID = entityID;
_accountNo = accountNo;
_bankName = bankName;
_iFSCCode = iFSCCode;
_balance = balance;
_ledgerBalance = ledgerBalance;
_sessionID = sessionID;
_unreadNotificationCount = unreadNotificationCount;
_photo = photo;
_rupayRefNo = rupayRefNo;
_isActiveWallet = isActiveWallet;
_barcodeEncodeDecodeKey = barcodeEncodeDecodeKey;
_paymentGateway = paymentGateway;
_isEEMCustomer = isEEMCustomer;
_reuploadAADHAARXML = reuploadAADHAARXML;
_captureEconomicFinanceStatus = captureEconomicFinanceStatus;
_collectPAN = collectPAN;
_upgradeWallet = upgradeWallet;
}