GetDeeplinkStatusResponse constructor

GetDeeplinkStatusResponse({
  1. String? responseMessage,
  2. String? responseCode,
  3. String? checksum,
  4. Agent? agent,
  5. Merchant? merchant,
  6. TransactionResponse? transaction,
})

Implementation

GetDeeplinkStatusResponse({
  this.responseMessage,
  this.responseCode,
  this.checksum,
  this.agent,
  this.merchant,
  this.transaction,
});