Package com.stripe.model.issuing
Class Authorization.VerificationData
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.VerificationData
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1
.Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code
.The exemption applied to this authorization.Whether the cardholder provided a CVC and if it matched Stripe’s record.Whether the cardholder provided an expiry date and if it matched Stripe’s record.The postal code submitted as part of the authorization used for postal code verification.3D Secure details.int
hashCode()
void
setAddressLine1Check
(String addressLine1Check) Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1
.void
setAddressPostalCodeCheck
(String addressPostalCodeCheck) Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code
.void
setAuthenticationExemption
(Authorization.VerificationData.AuthenticationExemption authenticationExemption) The exemption applied to this authorization.void
setCvcCheck
(String cvcCheck) Whether the cardholder provided a CVC and if it matched Stripe’s record.void
setExpiryCheck
(String expiryCheck) Whether the cardholder provided an expiry date and if it matched Stripe’s record.void
setPostalCode
(String postalCode) The postal code submitted as part of the authorization used for postal code verification.void
setThreeDSecure
(Authorization.VerificationData.ThreeDSecure threeDSecure) 3D Secure details.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
VerificationData
public VerificationData()
-
-
Method Details
-
getAddressLine1Check
Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1
.One of
match
,mismatch
, ornot_provided
. -
getAddressPostalCodeCheck
Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code
.One of
match
,mismatch
, ornot_provided
. -
getAuthenticationExemption
The exemption applied to this authorization. -
getCvcCheck
Whether the cardholder provided a CVC and if it matched Stripe’s record.One of
match
,mismatch
, ornot_provided
. -
getExpiryCheck
Whether the cardholder provided an expiry date and if it matched Stripe’s record.One of
match
,mismatch
, ornot_provided
. -
getPostalCode
The postal code submitted as part of the authorization used for postal code verification. -
getThreeDSecure
3D Secure details. -
setAddressLine1Check
Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1
.One of
match
,mismatch
, ornot_provided
. -
setAddressPostalCodeCheck
Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code
.One of
match
,mismatch
, ornot_provided
. -
setAuthenticationExemption
public void setAuthenticationExemption(Authorization.VerificationData.AuthenticationExemption authenticationExemption) The exemption applied to this authorization. -
setCvcCheck
Whether the cardholder provided a CVC and if it matched Stripe’s record.One of
match
,mismatch
, ornot_provided
. -
setExpiryCheck
Whether the cardholder provided an expiry date and if it matched Stripe’s record.One of
match
,mismatch
, ornot_provided
. -
setPostalCode
The postal code submitted as part of the authorization used for postal code verification. -
setThreeDSecure
3D Secure details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-