Package com.stripe.v2
Class EmptyStripeObject
java.lang.Object
com.stripe.model.StripeObject
com.stripe.v2.EmptyStripeObject
- All Implemented Interfaces:
StripeObjectInterface
An empty entity for API methods with a void return type. We need a class to to deserialize into,
but we can't instantiate the abstract `StripeObject` directly. This class shouldn't do anything.
It's handwritten, not auto-generated.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
EmptyStripeObject
public EmptyStripeObject()
-