public class BalanceTransactionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected Date |
availableOn |
protected Date |
created |
protected String |
currency |
protected String |
description |
protected int |
fee |
protected List<FeeDetailsResponse> |
feeDetails |
protected String |
id |
protected int |
net |
protected String |
object |
protected String |
source |
protected String |
status |
protected String |
type |
| Constructor and Description |
|---|
BalanceTransactionResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
Date |
getAvailableOn() |
Date |
getCreated() |
String |
getCurrency() |
String |
getDescription() |
int |
getFee() |
List<FeeDetailsResponse> |
getFeeDetails() |
String |
getId() |
int |
getNet() |
String |
getObject() |
String |
getSource() |
String |
getStatus() |
String |
getType() |
protected String id
protected String object
protected int amount
protected Date availableOn
protected Date created
protected String currency
protected int fee
protected List<FeeDetailsResponse> feeDetails
protected int net
protected String type
protected String status
protected String description
protected String source
public String getId()
public String getObject()
public int getAmount()
public Date getAvailableOn()
public Date getCreated()
public String getCurrency()
public int getFee()
public List<FeeDetailsResponse> getFeeDetails()
public int getNet()
public String getStatus()
public String getDescription()
public String getSource()
public String getType()
Copyright © 2014. All rights reserved.