|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.InvoiceItem
public class InvoiceItem
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.stripe.net.APIResource |
|---|
APIResource.RequestMethod |
| Field Summary |
|---|
| Fields inherited from class com.stripe.net.APIResource |
|---|
CHARSET |
| Constructor Summary | |
|---|---|
InvoiceItem()
|
|
| Method Summary | |
|---|---|
static InvoiceItemCollection |
all(Map<String,Object> params)
|
static InvoiceItem |
create(Map<String,Object> params)
|
DeletedInvoiceItem |
delete()
|
Integer |
getAmount()
|
String |
getCurrency()
|
Long |
getDate()
|
String |
getDescription()
|
String |
getId()
|
String |
getLivemode()
|
static InvoiceItem |
retrieve(String id)
|
void |
setAmount(Integer amount)
|
void |
setCurrency(String currency)
|
void |
setDate(Long date)
|
void |
setDescription(String description)
|
void |
setId(String id)
|
void |
setLivemode(String livemode)
|
InvoiceItem |
update(Map<String,Object> params)
|
| Methods inherited from class com.stripe.net.APIResource |
|---|
classURL, instanceURL, request |
| 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 InvoiceItem()
| Method Detail |
|---|
public Integer getAmount()
public void setAmount(Integer amount)
public String getId()
public void setId(String id)
public String getCurrency()
public void setCurrency(String currency)
public String getDescription()
public void setDescription(String description)
public Long getDate()
public void setDate(Long date)
public String getLivemode()
public void setLivemode(String livemode)
public static InvoiceItem create(Map<String,Object> params)
throws StripeException
StripeException
public static InvoiceItem retrieve(String id)
throws StripeException
StripeException
public static InvoiceItemCollection all(Map<String,Object> params)
throws StripeException
StripeException
public InvoiceItem update(Map<String,Object> params)
throws StripeException
StripeException
public DeletedInvoiceItem delete()
throws StripeException
StripeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||