Package com.stripe.model
Class Order.Payment
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Order.Payment
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Order
For more details about Payment, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Settings, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanGet ID of expandablepaymentIntentobject.Get expandedpaymentIntent.Settings describing how the order should configure generated PaymentIntents.The status of the underlying payment associated with this order, if any.inthashCode()voidvoidsetPaymentIntentObject(PaymentIntent expandableObject) voidsetSettings(Order.Payment.Settings settings) Settings describing how the order should configure generated PaymentIntents.voidThe status of the underlying payment associated with this order, if any.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Payment
public Payment()
-
-
Method Details
-
getPaymentIntent
Get ID of expandablepaymentIntentobject. -
setPaymentIntent
-
getPaymentIntentObject
Get expandedpaymentIntent. -
setPaymentIntentObject
-
getSettings
Settings describing how the order should configure generated PaymentIntents. -
getStatus
The status of the underlying payment associated with this order, if any. Null when the order isopen.One of
canceled,complete,not_required,processing,requires_action,requires_capture,requires_confirmation, orrequires_payment_method. -
setSettings
Settings describing how the order should configure generated PaymentIntents. -
setStatus
The status of the underlying payment associated with this order, if any. Null when the order isopen.One of
canceled,complete,not_required,processing,requires_action,requires_capture,requires_confirmation, orrequires_payment_method. -
equals
-
canEqual
-
hashCode
public int hashCode()
-