Package com.stripe.model.terminal
Class Reader.Action.ProcessSetupIntent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.ProcessSetupIntent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Reader.Action
Represents a reader action to process a setup intent.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions.Get ID of expandablesetupIntent
object.Get expandedsetupIntent
.int
hashCode()
void
setGeneratedCard
(String generatedCard) ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions.void
setSetupIntent
(String id) void
setSetupIntentObject
(SetupIntent expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProcessSetupIntent
public ProcessSetupIntent()
-
-
Method Details
-
getSetupIntent
Get ID of expandablesetupIntent
object. -
setSetupIntent
-
getSetupIntentObject
Get expandedsetupIntent
. -
setSetupIntentObject
-
getGeneratedCard
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod. -
setGeneratedCard
ID of a card PaymentMethod generated from the card_present PaymentMethod that may be attached to a Customer for future transactions. Only present if it was possible to generate a card PaymentMethod. -
equals
-
canEqual
-
hashCode
public int hashCode()
-