UpdateDisputeRequest

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
@SerializedName(value = "access_activity_log")
val accessActivityLog: String? = null

Log of customer access activity relevant to the dispute.

Link copied to clipboard
@SerializedName(value = "customer_purchase_ip_address")
val customerPurchaseIpAddress: String? = null

IP address of the customer at the time of purchase.

Link copied to clipboard
@SerializedName(value = "refund_policy")
val refundPolicy: String? = null

The merchant's refund policy as provided to the customer.

Link copied to clipboard
@SerializedName(value = "refund_refusal_explanation")
val refundRefusalExplanation: String? = null

Explanation of why a refund was not issued to the customer.

Link copied to clipboard
@SerializedName(value = "shipping_carrier")
val shippingCarrier: String? = null

Name of the carrier used to ship the product to the customer.

Link copied to clipboard
@SerializedName(value = "shipping_date")
val shippingDate: String? = null

Date on which the product was shipped to the customer.

Link copied to clipboard
@SerializedName(value = "shipping_tracking_number")
val shippingTrackingNumber: String? = null

Tracking number for the shipment delivered to the customer.

Link copied to clipboard
@SerializedName(value = "support_description")
val supportDescription: String? = null

Description of support interactions with the customer relevant to the dispute.