StartDeeplinkResponse constructor

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

Implementation

StartDeeplinkResponse({
  this.responseMessage,
  this.responseCode,
  this.deeplinkUrl,
  this.checksum,
  this.merchant,
  this.transaction,
});