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

Properties

aggregatorId int?
final
amount num
final
bankId int?
final
createdDateTime String?
final
currencyId int
final
digitalTransactionEnquiryViewModel String?
final
externalTransactionId String?
final
from String?
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
idN int
final
isRefunded bool
final
maxResponseDatetime String?
final
merchantAccountTypeId int?
final
merchantId int
final
orderId String?
final
originalDigitalTransactionId int?
final
originalExternalTransactionId String?
final
originalTransactionId int?
final
receiverAddress String?
final
receiverMobileNo String?
final
receiverName String?
final
refundCreatorId String?
final
refundReason String?
final
refundSource String?
final
rowVersion String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderAddress String?
final
senderMobileNo String?
final
senderName String?
final
senderReferenceNo String?
final
status String?
final
terminalId int
final
terminalNodeId int?
final
to String?
final
transactionId String?
final
transactionIdentifier String?
final
transactionMethodId int?
final
transactionSource String?
final
transactionTypeId int?
final
transactionViewModel String?
final

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

Operators

operator ==(Object other) bool
The equality operator.
override