com.stripe.model
Class NextRecurringCharge

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

public class NextRecurringCharge
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
NextRecurringCharge()
           
 
Method Summary
 Integer getAmount()
           
 String getDate()
           
 void setAmount(Integer amount)
           
 void setDate(String date)
           
 
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

NextRecurringCharge

public NextRecurringCharge()
Method Detail

getAmount

public Integer getAmount()

setAmount

public void setAmount(Integer amount)

getDate

public String getDate()

setDate

public void setDate(String date)


Copyright © 2012 Stripe. All Rights Reserved.