com.stripe.model
Class InvoiceItem

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.net.APIResource
          extended by com.stripe.model.InvoiceItem

public class InvoiceItem
extends APIResource


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

InvoiceItem

public InvoiceItem()
Method Detail

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.