Data constructor
      
      Data({})
     
    
    
Implementation
Data(
    {this.sessionId,
      this.transactionId,
      this.referenceId,
      this.via,
      this.channel,
      this.paymentNo,
      this.paymentName,
      this.total,
      this.fee,
      this.expired});