Update Dispute Request
data class UpdateDisputeRequest(val shippingCarrier: String? = null, val shippingDate: String? = null, val shippingTrackingNumber: String? = null, val customerPurchaseIpAddress: String? = null, val supportDescription: String? = null, val refundRefusalExplanation: String? = null, val refundPolicy: String? = null, val accessActivityLog: String? = null)
Encapsulates the evidence fields a merchant can supply when updating a dispute.
Constructors
Link copied to clipboard
constructor(shippingCarrier: String? = null, shippingDate: String? = null, shippingTrackingNumber: String? = null, customerPurchaseIpAddress: String? = null, supportDescription: String? = null, refundRefusalExplanation: String? = null, refundPolicy: String? = null, accessActivityLog: String? = null)
Properties
Link copied to clipboard
Log of customer access activity relevant to the dispute.
Link copied to clipboard
@SerializedName(value = "customer_purchase_ip_address" )
IP address of the customer at the time of purchase.
Link copied to clipboard
The merchant's refund policy as provided to the customer.
Link copied to clipboard
Explanation of why a refund was not issued to the customer.
Link copied to clipboard
Name of the carrier used to ship the product to the customer.
Link copied to clipboard
Date on which the product was shipped to the customer.
Link copied to clipboard
Tracking number for the shipment delivered to the customer.
Link copied to clipboard
Description of support interactions with the customer relevant to the dispute.