Package com.stripe.model.terminal
Class Reader.Action.ConfirmPaymentIntent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.terminal.Reader.Action.ConfirmPaymentIntent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Reader.Action
Represents a reader action to confirm a payment.
-
Nested Class Summary
Nested ClassesModifier 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Account the payment intent belongs to.Represents a per-transaction override of a reader configuration.Get ID of expandablepaymentIntent
object.Get expandedpaymentIntent
.int
hashCode()
void
setAccount
(String account) Account the payment intent belongs to.void
setConfirmConfig
(Reader.Action.ConfirmPaymentIntent.ConfirmConfig confirmConfig) Represents a per-transaction override of a reader configuration.void
void
setPaymentIntentObject
(PaymentIntent expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ConfirmPaymentIntent
public ConfirmPaymentIntent()
-
-
Method Details
-
getPaymentIntent
Get ID of expandablepaymentIntent
object. -
setPaymentIntent
-
getPaymentIntentObject
Get expandedpaymentIntent
. -
setPaymentIntentObject
-
getAccount
Account the payment intent belongs to. -
getConfirmConfig
Represents a per-transaction override of a reader configuration. -
setAccount
Account the payment intent belongs to. -
setConfirmConfig
Represents a per-transaction override of a reader configuration. -
equals
-
canEqual
-
hashCode
public int hashCode()
-