DisputeEvidence constructor

const DisputeEvidence({
  1. String? accessActivityLog,
  2. String? billingAddress,
  3. FileOrId? cancellationPolicy,
  4. String? cancellationPolicyDisclosure,
  5. String? cancellationRebuttal,
  6. FileOrId? customerCommunication,
  7. String? customerEmailAddress,
  8. String? customerName,
  9. String? customerPurchaseIp,
  10. FileOrId? customerSignature,
  11. FileOrId? duplicateChargeDocumentation,
  12. String? duplicateChargeExplanation,
  13. String? duplicateChargeId,
  14. String? productDescription,
  15. FileOrId? receipt,
  16. FileOrId? refundPolicy,
  17. String? refundPolicyDisclosure,
  18. String? refundRefusalExplanation,
  19. String? serviceDate,
  20. FileOrId? serviceDocumentation,
  21. String? shippingAddress,
  22. String? shippingCarrier,
  23. String? shippingDate,
  24. FileOrId? shippingDocumentation,
  25. String? shippingTrackingNumber,
  26. FileOrId? uncategorizedFile,
  27. String? uncategorizedText,
})

DisputeEvidence

Implementation

const DisputeEvidence({
  this.accessActivityLog,
  this.billingAddress,
  this.cancellationPolicy,
  this.cancellationPolicyDisclosure,
  this.cancellationRebuttal,
  this.customerCommunication,
  this.customerEmailAddress,
  this.customerName,
  this.customerPurchaseIp,
  this.customerSignature,
  this.duplicateChargeDocumentation,
  this.duplicateChargeExplanation,
  this.duplicateChargeId,
  this.productDescription,
  this.receipt,
  this.refundPolicy,
  this.refundPolicyDisclosure,
  this.refundRefusalExplanation,
  this.serviceDate,
  this.serviceDocumentation,
  this.shippingAddress,
  this.shippingCarrier,
  this.shippingDate,
  this.shippingDocumentation,
  this.shippingTrackingNumber,
  this.uncategorizedFile,
  this.uncategorizedText,
});