Package com.stripe.model
Class StripeRawJsonObject
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.StripeRawJsonObject
- All Implemented Interfaces:
StripeObjectInterface
Fallback class for when we do not recognize the object that we have received.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
StripeRawJsonObject
public StripeRawJsonObject()
-