DisputeEvidence constructor
const
DisputeEvidence({
- String? accessActivityLog,
- String? billingAddress,
- FileOrId? cancellationPolicy,
- String? cancellationPolicyDisclosure,
- String? cancellationRebuttal,
- FileOrId? customerCommunication,
- String? customerEmailAddress,
- String? customerName,
- String? customerPurchaseIp,
- FileOrId? customerSignature,
- FileOrId? duplicateChargeDocumentation,
- String? duplicateChargeExplanation,
- String? duplicateChargeId,
- String? productDescription,
- FileOrId? receipt,
- FileOrId? refundPolicy,
- String? refundPolicyDisclosure,
- String? refundRefusalExplanation,
- String? serviceDate,
- FileOrId? serviceDocumentation,
- String? shippingAddress,
- String? shippingCarrier,
- String? shippingDate,
- FileOrId? shippingDocumentation,
- String? shippingTrackingNumber,
- FileOrId? uncategorizedFile,
- 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,
});