NetPay constructor
      
      NetPay({})
     
    
    
Implementation
NetPay({
  this.currentAmount,
  this.description,
  this.isoCurrencyCode,
  this.unofficialCurrencyCode,
  this.ytdAmount,
  this.total,
});NetPay({
  this.currentAmount,
  this.description,
  this.isoCurrencyCode,
  this.unofficialCurrencyCode,
  this.ytdAmount,
  this.total,
});