DigitalTransaction class

Constructors

DigitalTransaction.new({required int idN, required String? createdDatetime, String? maxResponseDatetime, String? status, required int? aggregatorId, String? externalTransactionId, required String? originalExternalTransactionId, required String? senderMobileNo, required String? receiverMobileNo, required int? originalTransactionId, String? senderName, required String? senderAddress, required String? receiverName, required String? receiverAddress, required String? senderReferenceNo, required bool isRefunded, required String? refundReason, required String? refundSource, required String? refundCreatorId, required int? transactionId, required int requestSourceId, String? orderId})
DigitalTransaction.fromMap(Map<String?, dynamic> map)
factory

Properties

aggregatorId int?
final
createdDatetime String?
final
externalTransactionId String?
final
hashCode int
The hash code for this object.
no setteroverride
idN int
final
isRefunded bool
final
maxResponseDatetime String?
final
orderId String?
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
requestSourceId int
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
transactionId int?
final

Methods

copyWith({int? idN, String? createdDatetime, String? maxResponseDatetime, String? status, int? aggregatorId, String? externalTransactionId, String? originalExternalTransactionId, String? senderMobileNo, String? receiverMobileNo, int? originalTransactionId, String? senderName, String? senderAddress, String? receiverName, String? receiverAddress, String? senderReferenceNo, bool? isRefunded, String? refundReason, String? refundSource, String? refundCreatorId, int? transactionId, int? requestSourceId, String? orderId}) DigitalTransaction
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String?, dynamic>
toMap() Map<String?, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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