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.
-
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.Get ID of expandablepaymentIntent
object.Get expandedpaymentIntent
.int
hashCode()
void
setAccount
(String account) Account the payment intent belongs to.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. -
setAccount
Account the payment intent belongs to. -
equals
-
canEqual
-
hashCode
public int hashCode()
-