DigitalTransaction class 
 
    
    
  
    Constructors
    
        - 
          DigitalTransaction({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 
 
    
  
    
  
    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