DisputeStatus

Represents the current lifecycle status of a dispute.

Entries

Link copied to clipboard
@SerializedName(value = "won")
WON

The dispute was resolved in the merchant's favor.

Link copied to clipboard
@SerializedName(value = "lost")
LOST

The dispute was resolved in the customer's favor.

Link copied to clipboard
@SerializedName(value = "warning_needs_response")
WARNING_NEEDS_RESPONSE

An early-warning dispute is awaiting a response from the merchant.

Link copied to clipboard
@SerializedName(value = "warning_under_review")
WARNING_UNDER_REVIEW

An early-warning dispute is currently under review.

Link copied to clipboard
@SerializedName(value = "warning_closed")
WARNING_CLOSED

An early-warning dispute has been closed.

Link copied to clipboard
@SerializedName(value = "needs_response")
NEEDS_RESPONSE

The dispute requires a response from the merchant.

Link copied to clipboard
@SerializedName(value = "under_review")
UNDER_REVIEW

The dispute is currently under review by the card network or issuing bank.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

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.