Package com.stripe.model.terminal
Class Reader.Action.ProcessPaymentIntent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.ProcessPaymentIntent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Reader.Action
Represents a reader action to process a payment intent.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Represents a per-transaction 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
Get ID of expandablepaymentIntent
object.Get expandedpaymentIntent
.Represents a per-transaction override of a reader configuration.int
hashCode()
void
void
setPaymentIntentObject
(PaymentIntent expandableObject) void
setProcessConfig
(Reader.Action.ProcessPaymentIntent.ProcessConfig processConfig) Represents a per-transaction override of a reader configuration.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ProcessPaymentIntent
public ProcessPaymentIntent()
-
-
Method Details
-
getPaymentIntent
Get ID of expandablepaymentIntent
object. -
setPaymentIntent
-
getPaymentIntentObject
Get expandedpaymentIntent
. -
setPaymentIntentObject
-
getProcessConfig
Represents a per-transaction override of a reader configuration. -
setProcessConfig
Represents a per-transaction override of a reader configuration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-