PaywayCreateTransactionResponse constructor

PaywayCreateTransactionResponse({
  1. int status = -1,
  2. String description = 'Unknown Error',
  3. String? qrString,
  4. String? qrImage,
  5. String? abapayDeeplink,
  6. String? appStore,
  7. String? playStore,
})

Implementation

PaywayCreateTransactionResponse({
  this.status = -1,
  this.description = 'Unknown Error',
  this.qrString,
  this.qrImage,
  this.abapayDeeplink,
  this.appStore,
  this.playStore,
});