public class InvoiceLineItem extends StripeObject
PRETTY_PRINT_GSON| Constructor and Description |
|---|
InvoiceLineItem() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
String |
getId() |
Boolean |
getLivemode() |
Map<String,String> |
getMetadata() |
InvoiceLineItemPeriod |
getPeriod() |
Plan |
getPlan() |
Boolean |
getProration() |
Integer |
getQuantity() |
String |
getType() |
toStringpublic String getId()
public String getType()
public Boolean getLivemode()
public Integer getAmount()
public String getCurrency()
public Boolean getProration()
public InvoiceLineItemPeriod getPeriod()
public Integer getQuantity()
public Plan getPlan()
public String getDescription()
Copyright © 2014 Stripe. All rights reserved.