com.stripe.model
Class StripeObject

java.lang.Object
  extended by com.stripe.model.StripeObject
Direct Known Subclasses:
APIResource, Card, ChargeCollection, CouponCollection, CustomerCollection, DeletedCoupon, DeletedCustomer, DeletedInvoiceItem, DeletedPlan, Discount, Dispute, EventCollection, EventData, InvoiceCollection, InvoiceItemCollection, InvoiceLineItem, InvoiceLineItemPeriod, NextRecurringCharge, PlanCollection, Summary, TransferCollection, TransferTransaction, TransferTransactionCollection

public abstract class StripeObject
extends Object


Field Summary
static com.google.gson.Gson prettyPrintGson
           
 
Constructor Summary
StripeObject()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prettyPrintGson

public static final com.google.gson.Gson prettyPrintGson
Constructor Detail

StripeObject

public StripeObject()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Stripe. All Rights Reserved.