Package com.stripe.model
Class SetupAttempt.PaymentMethodDetails.CardPresent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupAttempt.PaymentMethodDetails.CardPresent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupAttempt.PaymentMethodDetails
The type of the card wallet, one of
apple_pay
, google_pay
, or
link
. An additional hash is included on the Wallet subhash with a name matching this
value. It contains additional information specific to the card wallet type.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandablegeneratedCard
object.Get expandedgeneratedCard
.Details about payments collected offline.int
hashCode()
void
void
setGeneratedCardObject
(PaymentMethod expandableObject) void
Details about payments collected offline.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details
-
getGeneratedCard
Get ID of expandablegeneratedCard
object. -
setGeneratedCard
-
getGeneratedCardObject
Get expandedgeneratedCard
. -
setGeneratedCardObject
-
getOffline
Details about payments collected offline. -
setOffline
Details about payments collected offline. -
equals
-
canEqual
-
hashCode
public int hashCode()
-