Package com.stripe.model
Class Source.Card
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Source.Card
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Source
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBrand()
getIin()
getLast4()
getName()
int
hashCode()
void
setAddressLine1Check
(String addressLine1Check) void
setAddressZipCheck
(String addressZipCheck) void
void
setCountry
(String country) 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
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Card
public Card()
-
-
Method Details
-
getAddressLine1Check
-
getAddressZipCheck
-
getBrand
-
getCountry
-
getCvcCheck
-
getDescription
-
getDynamicLast4
-
getExpMonth
-
getExpYear
-
getFingerprint
-
getFunding
-
getIin
-
getIssuer
-
getLast4
-
getName
-
getThreeDSecure
-
getTokenizationMethod
-
setAddressLine1Check
-
setAddressZipCheck
-
setBrand
-
setCountry
-
setCvcCheck
-
setDescription
-
setDynamicLast4
-
setExpMonth
-
setExpYear
-
setFingerprint
-
setFunding
-
setIin
-
setIssuer
-
setLast4
-
setName
-
setThreeDSecure
-
setTokenizationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-