Package com.stripe.model
Class Source.CodeVerification
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.CodeVerification
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The number of attempts remaining to authenticate the source object with a verification code.The status of the code verification, eitherpending
(awaiting verification,attempts_remaining
should be greater than 0),succeeded
(successful verification) orfailed
(failed verification, cannot be verified anymore asattempts_remaining
should be 0).int
hashCode()
void
setAttemptsRemaining
(Long attemptsRemaining) The number of attempts remaining to authenticate the source object with a verification code.void
The status of the code verification, eitherpending
(awaiting verification,attempts_remaining
should be greater than 0),succeeded
(successful verification) orfailed
(failed verification, cannot be verified anymore asattempts_remaining
should be 0).Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CodeVerification
public CodeVerification()
-
-
Method Details
-
getAttemptsRemaining
The number of attempts remaining to authenticate the source object with a verification code. -
getStatus
The status of the code verification, eitherpending
(awaiting verification,attempts_remaining
should be greater than 0),succeeded
(successful verification) orfailed
(failed verification, cannot be verified anymore asattempts_remaining
should be 0). -
setAttemptsRemaining
The number of attempts remaining to authenticate the source object with a verification code. -
setStatus
The status of the code verification, eitherpending
(awaiting verification,attempts_remaining
should be greater than 0),succeeded
(successful verification) orfailed
(failed verification, cannot be verified anymore asattempts_remaining
should be 0). -
equals
-
canEqual
-
hashCode
public int hashCode()
-