IssuingDisputeCreateOptionsEvidence constructor

const IssuingDisputeCreateOptionsEvidence({
  1. DisputeCanceled? canceled,
  2. DisputeDuplicate? duplicate,
  3. DisputeFraudulent? fraudulent,
  4. DisputeMerchandiseNotAsDescribed? merchandiseNotAsDescribed,
  5. DisputeNotReceived? notReceived,
  6. DisputeOther? other,
  7. IssuingDisputeEvidenceReason? reason,
  8. DisputeServiceNotAsDescribed? serviceNotAsDescribed,
})

evidence_param

Evidence provided for the dispute.

Implementation

const IssuingDisputeCreateOptionsEvidence({
  this.canceled,
  this.duplicate,
  this.fraudulent,
  this.merchandiseNotAsDescribed,
  this.notReceived,
  this.other,
  this.reason,
  this.serviceNotAsDescribed,
});