ChargeIntentStatus

Represents the lifecycle state of a charge intent.

Entries

Link copied to clipboard
@SerializedName(value = "canceled")
CANCELED

The charge intent was canceled before completion.

Link copied to clipboard
@SerializedName(value = "disputed")
DISPUTED

The charge has been disputed by the customer.

Link copied to clipboard
@SerializedName(value = "failed")
FAILED

The payment attempt failed.

Link copied to clipboard
@SerializedName(value = "incomplete")
INCOMPLETE

The charge intent has been created but not yet confirmed.

Link copied to clipboard
@SerializedName(value = "pending")
PENDING

The charge intent is awaiting processing.

Link copied to clipboard
@SerializedName(value = "refunded")
REFUNDED

The charge has been fully refunded.

Link copied to clipboard
@SerializedName(value = "reversed")
REVERSED

The authorization was reversed before capture.

Link copied to clipboard
@SerializedName(value = "succeeded")
SUCCEEDED

The charge was successfully completed.

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.