com.stripe.model
Class InvoiceLineSubscription

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

public class InvoiceLineSubscription
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
InvoiceLineSubscription()
           
 
Method Summary
 Integer getAmount()
           
 InvoiceLineSubscriptionPeriod getPeriod()
           
 Plan getPlan()
           
 void setAmount(Integer amount)
           
 void setPeriod(InvoiceLineSubscriptionPeriod period)
           
 void setPlan(Plan plan)
           
 
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

InvoiceLineSubscription

public InvoiceLineSubscription()
Method Detail

getPlan

public Plan getPlan()

setPlan

public void setPlan(Plan plan)

getAmount

public Integer getAmount()

setAmount

public void setAmount(Integer amount)

getPeriod

public InvoiceLineSubscriptionPeriod getPeriod()

setPeriod

public void setPeriod(InvoiceLineSubscriptionPeriod period)


Copyright © 2012 Stripe. All Rights Reserved.