CancelDeeplinkResponse constructor

CancelDeeplinkResponse({
  1. String? responseMessage,
  2. String? responseCode,
  3. String? checksum,
})

Implementation

CancelDeeplinkResponse({
  this.responseMessage,
  this.responseCode,
  this.checksum,
});