Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Card.Checks
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Card.Checks
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails.Card
For more details about Checks, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanIf you provide a value foraddress.line1, the check result is one ofpass,fail,unavailable, orunchecked.If you provide a address postal code, the check result is one ofpass,fail,unavailable, orunchecked.If you provide a CVC, the check results is one ofpass,fail,unavailable, orunchecked.inthashCode()voidsetAddressLine1Check(String addressLine1Check) If you provide a value foraddress.line1, the check result is one ofpass,fail,unavailable, orunchecked.voidsetAddressPostalCodeCheck(String addressPostalCodeCheck) If you provide a address postal code, the check result is one ofpass,fail,unavailable, orunchecked.voidsetCvcCheck(String cvcCheck) If you provide a CVC, the check results is one ofpass,fail,unavailable, orunchecked.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Checks
public Checks()
-
-
Method Details
-
getAddressLine1Check
If you provide a value foraddress.line1, the check result is one ofpass,fail,unavailable, orunchecked. -
getAddressPostalCodeCheck
If you provide a address postal code, the check result is one ofpass,fail,unavailable, orunchecked. -
getCvcCheck
If you provide a CVC, the check results is one ofpass,fail,unavailable, orunchecked. -
setAddressLine1Check
If you provide a value foraddress.line1, the check result is one ofpass,fail,unavailable, orunchecked. -
setAddressPostalCodeCheck
If you provide a address postal code, the check result is one ofpass,fail,unavailable, orunchecked. -
setCvcCheck
If you provide a CVC, the check results is one ofpass,fail,unavailable, orunchecked. -
equals
-
canEqual
-
hashCode
public int hashCode()
-