public class InvoiceLineItem extends StripeObject implements HasId
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
Boolean |
getDiscountable() |
String |
getId() |
Boolean |
getLivemode() |
Map<String,String> |
getMetadata() |
InvoiceLineItemPeriod |
getPeriod() |
Plan |
getPlan() |
Boolean |
getProration() |
Integer |
getQuantity() |
String |
getSubscription() |
String |
getType() |
equals, toStringpublic Integer 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 © 2016 Stripe. All rights reserved.