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
For more details about VerificationData, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about AuthenticationExemption, please refer to the API Reference.static classFor more details about ThreeDSecure, 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 booleanbooleanWhether 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.inthashCode()voidsetAddressLine1Check(String addressLine1Check) Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1.voidsetAddressPostalCodeCheck(String addressPostalCodeCheck) Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code.voidsetAuthenticationExemption(Authorization.VerificationData.AuthenticationExemption authenticationExemption) The exemption applied to this authorization.voidsetCvcCheck(String cvcCheck) Whether the cardholder provided a CVC and if it matched Stripe’s record.voidsetExpiryCheck(String expiryCheck) Whether the cardholder provided an expiry date and if it matched Stripe’s record.voidsetPostalCode(String postalCode) The postal code submitted as part of the authorization used for postal code verification.voidsetThreeDSecure(Authorization.VerificationData.ThreeDSecure threeDSecure) 3D Secure details.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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()
-