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, InvoiceCollection, InvoiceItemCollection, InvoiceLines, InvoiceLineSubscription, InvoiceLineSubscriptionPeriod, NextRecurringCharge, PlanCollection, Subscription

public abstract class StripeObject
extends Object


Constructor Summary
StripeObject()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StripeObject

public StripeObject()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Stripe. All Rights Reserved.