CodeVerification

data class CodeVerification : StripeModel

Information related to the code verification flow. Present if the source is authenticated by a verification code (flow is Flow.CodeVerification).

Types

Link copied to clipboard
enum Status : Enum<Source.CodeVerification.Status>

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val attemptsRemaining: Int

The number of attempts remaining to authenticate the source object with a verification code.

Link copied to clipboard
val status: Source.CodeVerification.Status?

The status of the code verification, either pending (awaiting verification, attempts_remaining should be greater than 0), succeeded (successful verification) or failed (failed verification, cannot be verified anymore as attempts_remaining should be 0).