com.stripe.model
Class InvoiceItem
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.InvoiceItem
public class InvoiceItem
- extends APIResource
InvoiceItem
public InvoiceItem()
getAmount
public Integer getAmount()
setAmount
public void setAmount(Integer amount)
getId
public String getId()
setId
public void setId(String id)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getDate
public Long getDate()
setDate
public void setDate(Long date)
getLivemode
public String getLivemode()
setLivemode
public void setLivemode(String livemode)
create
public static InvoiceItem create(Map<String,Object> params)
throws StripeException
- Throws:
StripeException
retrieve
public static InvoiceItem retrieve(String id)
throws StripeException
- Throws:
StripeException
all
public static InvoiceItemCollection all(Map<String,Object> params)
throws StripeException
- Throws:
StripeException
update
public InvoiceItem update(Map<String,Object> params)
throws StripeException
- Throws:
StripeException
delete
public DeletedInvoiceItem delete()
throws StripeException
- Throws:
StripeException
Copyright © 2011 Stripe. All Rights Reserved.