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
int
hashCode()
void
setAddressLine1Check
(String addressLine1Check) void
setAddressPostalCodeCheck
(String addressPostalCodeCheck) void
setCvcCheck
(String cvcCheck) void
setExpiryCheck
(String expiryCheck) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
VerificationData
public VerificationData()
-
-
Method Details