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.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Get ID of expandablegeneratedCard
object.Get expandedgeneratedCard
.int
hashCode()
void
void
setGeneratedCardObject
(PaymentMethod expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CardPresent
public CardPresent()
-
-
Method Details