com.stripe.model
Class Invoice
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.Invoice
public class Invoice
- extends APIResource
Invoice
public Invoice()
getSubtotal
public Integer getSubtotal()
setSubtotal
public void setSubtotal(Integer subtotal)
getTotal
public Integer getTotal()
setTotal
public void setTotal(Integer total)
getId
public String getId()
setId
public void setId(String id)
getCreated
public Long getCreated()
setCreated
public void setCreated(Long created)
getAttempted
public Boolean getAttempted()
setAttempted
public void setAttempted(Boolean attempted)
getCharge
public String getCharge()
setCharge
public void setCharge(String charge)
getClosed
public Boolean getClosed()
setClosed
public void setClosed(Boolean closed)
getCustomer
public String getCustomer()
setCustomer
public void setCustomer(String customer)
getDate
public Long getDate()
setDate
public void setDate(Long date)
getPaid
public Boolean getPaid()
setPaid
public void setPaid(Boolean paid)
getPeriodStart
public Long getPeriodStart()
setPeriodStart
public void setPeriodStart(Long periodStart)
getPeriodEnd
public Long getPeriodEnd()
setPeriodEnd
public void setPeriodEnd(Long periodEnd)
getDiscount
public Discount getDiscount()
setDiscount
public void setDiscount(Discount discount)
getLines
public InvoiceLines getLines()
setLines
public void setLines(InvoiceLines lines)
retrieve
public static Invoice retrieve(String id)
throws StripeException
- Throws:
StripeException
all
public static InvoiceCollection all(Map<String,Object> params)
throws StripeException
- Throws:
StripeException
upcoming
public static Invoice upcoming(Map<String,Object> params)
throws StripeException
- Throws:
StripeException
Copyright © 2011 Stripe. All Rights Reserved.