public class PlanResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected long |
created |
protected String |
currency |
protected String |
id |
protected String |
interval |
protected int |
intervalCount |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
name |
protected String |
object |
protected String |
statementDescription |
protected short |
trialPeriodDays |
| Constructor and Description |
|---|
PlanResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
long |
getCreated() |
String |
getCurrency() |
String |
getId() |
String |
getInterval() |
int |
getIntervalCount() |
Map<String,Object> |
getMetadata() |
String |
getName() |
String |
getObject() |
String |
getStatementDescription() |
short |
getTrialPeriodDays() |
boolean |
isLivemode() |
protected String id
protected String object
protected boolean livemode
protected int amount
protected long created
protected String currency
protected String interval
protected int intervalCount
protected String name
protected short trialPeriodDays
protected String statementDescription
public String getId()
public String getObject()
public boolean isLivemode()
public int getAmount()
public long getCreated()
public String getCurrency()
public String getInterval()
public int getIntervalCount()
public String getName()
public short getTrialPeriodDays()
public String getStatementDescription()
Copyright © 2014. All rights reserved.