Dispute Status
Represents the current lifecycle status of a dispute.
Entries
Link copied to clipboard
@SerializedName(value = "warning_needs_response" )
An early-warning dispute is awaiting a response from the merchant.
Link copied to clipboard
@SerializedName(value = "warning_under_review" )
An early-warning dispute is currently under review.
Link copied to clipboard
@SerializedName(value = "warning_closed" )
An early-warning dispute has been closed.
Link copied to clipboard
@SerializedName(value = "needs_response" )
The dispute requires a response from the merchant.
Link copied to clipboard
@SerializedName(value = "under_review" )
The dispute is currently under review by the card network or issuing bank.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.