public class ApplicationFeeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
account |
protected int |
amount |
protected int |
amountRefunded |
protected String |
application |
protected String |
balanceTransaction |
protected String |
charge |
protected Date |
created |
protected String |
currency |
protected String |
id |
protected boolean |
livemode |
protected String |
object |
protected boolean |
refunded |
protected List<ListRefundsResponse> |
refunds |
| Constructor and Description |
|---|
ApplicationFeeResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount() |
int |
getAmount() |
int |
getAmountRefunded() |
String |
getApplication() |
String |
getBalanceTransaction() |
String |
getCharge() |
Date |
getCreated() |
String |
getCurrency() |
String |
getId() |
String |
getObject() |
List<ListRefundsResponse> |
getRefunds() |
boolean |
isLivemode() |
boolean |
isRefunded() |
protected String id
protected String object
protected boolean livemode
protected String account
protected int amount
protected String application
protected String balanceTransaction
protected String charge
protected Date created
protected String currency
protected boolean refunded
protected List<ListRefundsResponse> refunds
protected int amountRefunded
public String getId()
public String getObject()
public boolean isLivemode()
public String getAccount()
public int getAmount()
public String getApplication()
public String getBalanceTransaction()
public String getCharge()
public Date getCreated()
public String getCurrency()
public boolean isRefunded()
public List<ListRefundsResponse> getRefunds()
public int getAmountRefunded()
Copyright © 2014. All rights reserved.