|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem
public class InvoiceLineItem
| 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 |
|---|
public InvoiceLineItem()
| Method Detail |
|---|
public String getId()
public String getType()
public Boolean getLivemode()
public Integer getAmount()
public String getCurrency()
public Boolean getProration()
public InvoiceLineItemPeriod getPeriod()
public Integer getQuantity()
public Plan getPlan()
public String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||