Dispute
data class Dispute(val id: String?, val amount: Int?, val charge: String?, val currency: String?, val evidence: DisputeEvidence?, val chargeIntent: String?, val reason: DisputeReason?, val status: DisputeStatus?, val disputeObject: String?, val livemode: Boolean?, val created: Int?, val updated: Int?)
Represents a dispute raised against a charge by a customer.
Constructors
Link copied to clipboard
constructor(id: String?, amount: Int?, charge: String?, currency: String?, evidence: DisputeEvidence?, chargeIntent: String?, reason: DisputeReason?, status: DisputeStatus?, disputeObject: String?, livemode: Boolean?, created: Int?, updated: Int?)
Properties
Link copied to clipboard
Identifier of the charge intent associated with this dispute.
Link copied to clipboard
The object type string returned by the API.
Link copied to clipboard
Evidence submitted in support of the merchant's position.
Link copied to clipboard
The reason the customer provided for the dispute.
Link copied to clipboard
The current lifecycle status of the dispute.