IssuingDisputeCreateOptionsEvidence constructor
const
IssuingDisputeCreateOptionsEvidence({
- DisputeCanceled? canceled,
- DisputeDuplicate? duplicate,
- DisputeFraudulent? fraudulent,
- DisputeMerchandiseNotAsDescribed? merchandiseNotAsDescribed,
- DisputeNotReceived? notReceived,
- DisputeOther? other,
- IssuingDisputeEvidenceReason? reason,
- 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,
});