com.stripe.model
Class InvoiceLineSubscriptionPeriod

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

public class InvoiceLineSubscriptionPeriod
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
InvoiceLineSubscriptionPeriod()
           
 
Method Summary
 Long getEnd()
           
 Long getStart()
           
 void setEnd(Long end)
           
 void setStart(Long start)
           
 
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

InvoiceLineSubscriptionPeriod

public InvoiceLineSubscriptionPeriod()
Method Detail

getStart

public Long getStart()

setStart

public void setStart(Long start)

getEnd

public Long getEnd()

setEnd

public void setEnd(Long end)


Copyright © 2012 Stripe. All Rights Reserved.