com.stripe.model
Class InvoiceLineItem

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

public class InvoiceLineItem
extends StripeObject


Field Summary
 
Fields inherited from class com.stripe.model.StripeObject
prettyPrintGson
 
Constructor Summary
InvoiceLineItem()
           
 
Method Summary
 Integer getAmount()
           
 String getCurrency()
           
 String getDescription()
           
 String getId()
           
 Boolean getLivemode()
           
 InvoiceLineItemPeriod getPeriod()
           
 Plan getPlan()
           
 Boolean getProration()
           
 Integer getQuantity()
           
 String getType()
           
 
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

InvoiceLineItem

public InvoiceLineItem()
Method Detail

getId

public String getId()

getType

public String getType()

getLivemode

public Boolean getLivemode()

getAmount

public Integer getAmount()

getCurrency

public String getCurrency()

getProration

public Boolean getProration()

getPeriod

public InvoiceLineItemPeriod getPeriod()

getQuantity

public Integer getQuantity()

getPlan

public Plan getPlan()

getDescription

public String getDescription()


Copyright © 2013 Stripe. All Rights Reserved.