CancelRequest constructor

CancelRequest({
  1. String? id,
  2. String? clientID,
  3. String? accessToken,
  4. String? cieloCode,
  5. String? authCode,
  6. String? merchantCode,
  7. int? value,
})

Implementation

CancelRequest({
  this.id,
  this.clientID,
  this.accessToken,
  this.cieloCode,
  this.authCode,
  this.merchantCode,
  this.value,
});