public class InvoiceLineItem extends StripeObject implements HasId
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
Boolean |
getDiscountable() |
String |
getId() |
Boolean |
getLivemode() |
Map<String,String> |
getMetadata() |
String |
getObject() |
InvoiceLineItemPeriod |
getPeriod() |
Plan |
getPlan() |
Boolean |
getProration() |
Integer |
getQuantity() |
String |
getSubscription() |
String |
getType() |
void |
setObject(String object) |
equals, toJson, toStringpublic String getObject()
public void setObject(String object)
public Long getAmount()
public String getCurrency()
public String getDescription()
public Boolean getDiscountable()
public Boolean getLivemode()
public InvoiceLineItemPeriod getPeriod()
public Plan getPlan()
public Boolean getProration()
public Integer getQuantity()
public String getSubscription()
public String getType()
Copyright © 2017 Stripe. All rights reserved.