Package com.stripe.model
Class Source.ThreeDSecure
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.ThreeDSecure
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
The type of this order item. Must be
sku
, tax
, or shipping
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBrand()
getCard()
getIin()
getLast4()
getName()
int
hashCode()
void
setAddressLine1Check
(String addressLine1Check) void
setAddressZipCheck
(String addressZipCheck) void
setAuthenticated
(Boolean authenticated) void
void
void
setCountry
(String country) void
setCustomer
(String customer) void
setCvcCheck
(String cvcCheck) void
setDescription
(String description) void
setDynamicLast4
(String dynamicLast4) void
setExpMonth
(Long expMonth) void
setExpYear
(Long expYear) void
setFingerprint
(String fingerprint) void
setFunding
(String funding) void
void
void
void
void
setThreeDSecure
(String threeDSecure) void
setTokenizationMethod
(String tokenizationMethod) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ThreeDSecure
public ThreeDSecure()
-
-
Method Details
-
getAddressLine1Check
-
getAddressZipCheck
-
getAuthenticated
-
getBrand
-
getCard
-
getCountry
-
getCustomer
-
getCvcCheck
-
getDescription
-
getDynamicLast4
-
getExpMonth
-
getExpYear
-
getFingerprint
-
getFunding
-
getIin
-
getIssuer
-
getLast4
-
getName
-
getThreeDSecure
-
getTokenizationMethod
-
setAddressLine1Check
-
setAddressZipCheck
-
setAuthenticated
-
setBrand
-
setCard
-
setCountry
-
setCustomer
-
setCvcCheck
-
setDescription
-
setDynamicLast4
-
setExpMonth
-
setExpYear
-
setFingerprint
-
setFunding
-
setIin
-
setIssuer
-
setLast4
-
setName
-
setThreeDSecure
-
setTokenizationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-