Package com.stripe.param.issuing
Class AuthorizationCreateParams.VerificationData
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.VerificationData
- Enclosing class:
- AuthorizationCreateParams
Required. The likelihood that authorizations from this merchant will
result in a dispute based on their history on Stripe Issuing.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic classstatic classstatic enumstatic enumstatic class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected 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.Map of extra parameters for custom features not available in this client library.3D Secure details.inthashCode()
-
Method Details
-
builder
-
getAddressLine1Check
Whether the cardholder provided an address first line and if it matched the cardholder’sbilling.address.line1. -
getAddressPostalCodeCheck
public AuthorizationCreateParams.VerificationData.AddressPostalCodeCheck getAddressPostalCodeCheck()Whether the cardholder provided a postal code and if it matched the cardholder’sbilling.address.postal_code. -
getAuthenticationExemption
public AuthorizationCreateParams.VerificationData.AuthenticationExemption getAuthenticationExemption()The exemption applied to this authorization. -
getCvcCheck
Whether the cardholder provided a CVC and if it matched Stripe’s record. -
getExpiryCheck
Whether the cardholder provided an expiry date and if it matched Stripe’s record. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getThreeDSecure
3D Secure details. -
equals
-
canEqual
-
hashCode
public int hashCode()
-