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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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
.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.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
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.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
. -
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
. -
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
. -
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
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-