Class RequestedSession.OrderDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.delegatedcheckout.RequestedSession.OrderDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- RequestedSession
For more details about OrderDetails, 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 booleanbooleanThe seller's order identifier.The URL to the order status.inthashCode()voidsetOrderId(String orderId) The seller's order identifier.voidsetOrderStatusUrl(String orderStatusUrl) The URL to the order status.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
OrderDetails
public OrderDetails()
-
-
Method Details