com.stripe.model
Class StripeObject

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

public abstract class StripeObject
extends Object


Field Summary
static com.google.gson.Gson PRETTY_PRINT_GSON
           
 
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

PRETTY_PRINT_GSON

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

StripeObject

public StripeObject()
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 Stripe. All rights reserved.