com.stripe.model
Class StripeRawJsonObject

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.model.StripeRawJsonObject

public class StripeRawJsonObject
extends StripeObject

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
StripeRawJsonObject()
           
 
Method Summary
 
Methods inherited from class com.stripe.model.StripeObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StripeRawJsonObject

public StripeRawJsonObject()


Copyright © 2014 Stripe. All rights reserved.