public class LineItemResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected String |
currency |
protected String |
description |
protected String |
id |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
object |
protected Map<String,Object> |
period |
protected PlanResponse |
plan |
protected boolean |
proration |
protected int |
quantity |
protected String |
type |
| Constructor and Description |
|---|
LineItemResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
String |
getCurrency() |
String |
getDescription() |
String |
getId() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
Map<String,Object> |
getPeriod() |
PlanResponse |
getPlan() |
int |
getQuantity() |
String |
getType() |
boolean |
isLivemode() |
boolean |
isProration() |
protected String id
protected String object
protected boolean livemode
protected int amount
protected String currency
protected boolean proration
protected String type
protected String description
protected PlanResponse plan
protected int quantity
public String getId()
public String getObject()
public boolean isLivemode()
public int getAmount()
public String getCurrency()
public boolean isProration()
public String getType()
public String getDescription()
public PlanResponse getPlan()
public int getQuantity()
Copyright © 2014. All rights reserved.