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.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a per-setup override of a reader configuration. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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.Represents a per-setup override of a reader configuration.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
setProcessConfig
(Reader.Action.ProcessSetupIntent.ProcessConfig processConfig) Represents a per-setup override of a reader configuration.void
setSetupIntent
(String id) void
setSetupIntentObject
(SetupIntent expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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. -
getProcessConfig
Represents a per-setup override of a reader configuration. -
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. -
setProcessConfig
Represents a per-setup override of a reader configuration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-