Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.Card.Checks
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.Card.Checks
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails.Card
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
If a address line1 was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.If a address postal code was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.If a CVC was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.int
hashCode()
void
setAddressLine1Check
(String addressLine1Check) If a address line1 was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.void
setAddressPostalCodeCheck
(String addressPostalCodeCheck) If a address postal code was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.void
setCvcCheck
(String cvcCheck) If a CVC was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Checks
public Checks()
-
-
Method Details
-
getAddressLine1Check
If a address line1 was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
getAddressPostalCodeCheck
If a address postal code was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
getCvcCheck
If a CVC was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
setAddressLine1Check
If a address line1 was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
setAddressPostalCodeCheck
If a address postal code was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
setCvcCheck
If a CVC was provided, results of the check, one ofpass
,fail
,unavailable
, orunchecked
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-