GrnTransactionResponse constructor

GrnTransactionResponse({
  1. String? message,
  2. bool? status,
  3. Data? data,
  4. String? linkId,
  5. dynamic errors,
  6. dynamic errorLevel,
})

Implementation

GrnTransactionResponse({
  this.message,
  this.status,
  this.data,
  this.linkId,
  this.errors,
  this.errorLevel,
});