Package com.stripe.param.issuing
Class AuthorizationCreateParams.VerificationData
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.VerificationData
- Enclosing class:
- AuthorizationCreateParams
Add all map key/value pairs to `extraParams` map. A map is initialized for the first
`put/putAll` call, and subsequent calls add additional key/value pairs to the original map.
See
AuthorizationCreateParams.NetworkData.extraParams
for the field documentation.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static enum
static class
static class
static enum
static enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.Map of extra parameters for custom features not available in this client library.3D Secure details.
-
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@SerializedName
value. 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.
-