VerificationStatus

Represents the lifecycle status of a 3D Secure verification intent.

Entries

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

The verification has been created and is awaiting customer action.

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

The customer successfully completed the verification challenge.

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

The verification challenge was attempted but did not succeed.

Link copied to clipboard
@SerializedName(value = "issued")
ISSUED

The verification challenge has been issued to the customer.

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.