WalletPayData class
Constructors
-
WalletPayData.new({required String id, required int idN, String? from, String? to, required int? terminalNodeId, required int? bankId, required num amount, required int currencyId, required String? createdDateTime, required String? maxResponseDatetime, int? aggregatorId, required int? merchantAccountTypeId, required String? status, String? transactionSource, required int? transactionTypeId, required String? externalTransactionId, String? originalExternalTransactionId, String? senderMobileNo, String? receiverMobileNo, required int? transactionMethodId, int? originalTransactionId, int? originalDigitalTransactionId, String? senderName, String? senderAddress, String? receiverName, String? receiverAddress, String? senderReferenceNo, required bool isRefunded, String? refundReason, String? refundSource, String? refundCreatorId, required String? transactionIdentifier, required String? orderId, String? transactionId, String? transactionViewModel, String? digitalTransactionEnquiryViewModel, required int merchantId, required int terminalId, String? rowVersion})
-
const
-
WalletPayData.fromMap(Map<String, dynamic> map)
-
factory
Methods
-
copyWith({String? id, int? idN, String? from, String? to, int? terminalNodeId, int? bankId, num? amount, int? currencyId, String? createdDateTime, String? maxResponseDatetime, int? aggregatorId, int? merchantAccountTypeId, String? status, String? transactionSource, int? transactionTypeId, String? externalTransactionId, String? originalExternalTransactionId, String? senderMobileNo, String? reciverMobileNo, int? transactionMethodId, int? originalTransactionId, int? originalDigitalTransactionId, String? senderName, String? senderAddress, String? receiverName, String? receiverAddress, String? senderReferenceNo, bool? isRefunded, String? refundReason, String? refundSource, String? refundCreatorId, String? transactionIdentifier, String? orderId, String? transactionId, String? transactionViewModel, String? digitalTransactionEnquiryViewModel, int? merchantId, int? terminalId, String? rowVersion})
→ WalletPayData
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited