|
||||||||||
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.InvoiceLineSubscription
public class InvoiceLineSubscription
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 |
---|
public InvoiceLineSubscription()
Method Detail |
---|
public Plan getPlan()
public void setPlan(Plan plan)
public Integer getAmount()
public void setAmount(Integer amount)
public InvoiceLineSubscriptionPeriod getPeriod()
public void setPeriod(InvoiceLineSubscriptionPeriod period)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |