public class TransferResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected String |
balanceTransaction |
protected BankAccountResponse |
bankAccount |
protected CardResponse |
card |
protected Date |
created |
protected String |
currency |
protected Date |
date |
protected String |
description |
protected String |
failureCode |
protected String |
failureMessage |
protected String |
id |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
object |
protected String |
recipient |
protected String |
statementDescription |
protected String |
status |
protected String |
type |
| Constructor and Description |
|---|
TransferResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
String |
getBalanceTransaction() |
BankAccountResponse |
getBankAccount() |
CardResponse |
getCard() |
Date |
getCreated() |
String |
getCurrency() |
Date |
getDate() |
String |
getDescription() |
String |
getFailureCode() |
String |
getFailureMessage() |
String |
getId() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
String |
getRecipient() |
String |
getStatementDescription() |
String |
getStatus() |
String |
getType() |
boolean |
isLivemode() |
protected String id
protected String object
protected boolean livemode
protected int amount
protected Date created
protected String currency
protected Date date
protected String status
protected String type
protected BankAccountResponse bankAccount
protected CardResponse card
protected String balanceTransaction
protected String description
protected String failureCode
protected String failureMessage
protected String recipient
protected String statementDescription
public String getId()
public String getObject()
public boolean isLivemode()
public int getAmount()
public Date getCreated()
public String getCurrency()
public Date getDate()
public String getStatus()
public BankAccountResponse getBankAccount()
public String getBalanceTransaction()
public String getDescription()
public String getRecipient()
public String getStatementDescription()
public String getType()
public CardResponse getCard()
public String getFailureCode()
public String getFailureMessage()
Copyright © 2014. All rights reserved.