com.stripe.model
Class InvoiceLineItemPeriod

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

public class InvoiceLineItemPeriod
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
 
Constructor Summary
InvoiceLineItemPeriod()
           
 
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

InvoiceLineItemPeriod

public InvoiceLineItemPeriod()
Method Detail

getStart

public Long getStart()

setStart

public void setStart(Long start)

getEnd

public Long getEnd()

setEnd

public void setEnd(Long end)


Copyright © 2014 Stripe. All rights reserved.