CheckinSuccessResponse constructor

CheckinSuccessResponse({
  1. String? transactionId,
  2. String? responseCode,
  3. String? responseMessage,
  4. String? timestamp,
  5. Response? response,
})

Implementation

CheckinSuccessResponse({
    this.transactionId,
    this.responseCode,
    this.responseMessage,
    this.timestamp,
    this.response,
});