UserMetaPreference constructor
UserMetaPreference({
- bool? receivedpaymentpush,
- bool? receivedpaymentsms,
- bool? receivedpaymentemail,
- bool? transferpush,
- bool? transfersms,
- bool? transferemail,
- bool? receivedorderspush,
- bool? receivedordersms,
- bool? receivedorderemail,
- bool? receivedrequestforpaymentpush,
- bool? receivedrequestforpaymentsms,
- bool? receivedrequestforpaymentemail,
- bool? orderpush,
- bool? ordersms,
- bool? orderemail,
- String? lastloginip,
- DateTime? lastlogindatetime,
- int? createdby,
- int? modifiedby,
- String? isplayasound,
- bool? isArabic,
- bool? isInternational,
- dynamic maxaddfundamt,
- bool? allowrecurringpayment,
- int? reminderdays,
- bool? issavecreditcardajax,
- bool? isallowsecretkey,
- int? assignedoriginator,
- int? isusercomission,
- bool? isinternationalcreditcard,
- dynamic allowcountries,
- bool? isdebitcardallowforwebcheckout,
- dynamic allowCountryHistory,
- int? receiveotpvia,
- bool? isallowedtosavecard,
- bool? isallowedtodirectpayment,
- bool? isallowedtocybersourcevisa,
- bool? isallowedtocybersourcemastercard,
- bool? isallowedtoapplepay,
- bool? isallowedtogooglepay,
- bool? isallowedtoamex,
- int? id,
- String? userId,
- User? user,
Implementation
UserMetaPreference({
this.receivedpaymentpush,
this.receivedpaymentsms,
this.receivedpaymentemail,
this.transferpush,
this.transfersms,
this.transferemail,
this.receivedorderspush,
this.receivedordersms,
this.receivedorderemail,
this.receivedrequestforpaymentpush,
this.receivedrequestforpaymentsms,
this.receivedrequestforpaymentemail,
this.orderpush,
this.ordersms,
this.orderemail,
this.lastloginip,
this.lastlogindatetime,
this.createdby,
this.modifiedby,
this.isplayasound,
this.isArabic,
this.isInternational,
this.maxaddfundamt,
this.allowrecurringpayment,
this.reminderdays,
this.issavecreditcardajax,
this.isallowsecretkey,
this.assignedoriginator,
this.isusercomission,
this.isinternationalcreditcard,
this.allowcountries,
this.isdebitcardallowforwebcheckout,
this.allowCountryHistory,
this.receiveotpvia,
this.isallowedtosavecard,
this.isallowedtodirectpayment,
this.isallowedtocybersourcevisa,
this.isallowedtocybersourcemastercard,
this.isallowedtoapplepay,
this.isallowedtogooglepay,
this.isallowedtoamex,
this.id,
this.userId,
this.user,
});