public class ChargeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected int |
amountRefunded |
protected String |
balanceTransaction |
protected boolean |
captured |
protected CardResponse |
card |
protected Date |
created |
protected String |
currency |
protected String |
customer |
protected String |
description |
protected DisputeResponse |
dispute |
protected String |
failureCode |
protected String |
failureMessage |
protected String |
id |
protected String |
invoice |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
object |
protected boolean |
paid |
protected String |
receiptEmail |
protected boolean |
refunded |
protected ListRefundsResponse |
refunds |
protected String |
statementDescription |
| Constructor and Description |
|---|
ChargeResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
int |
getAmountRefunded() |
String |
getBalanceTransaction() |
CardResponse |
getCard() |
Date |
getCreated() |
String |
getCurrency() |
String |
getCustomer() |
String |
getDescription() |
DisputeResponse |
getDispute() |
String |
getFailureCode() |
String |
getFailureMessage() |
String |
getId() |
String |
getInvoice() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
String |
getReceiptEmail() |
ListRefundsResponse |
getRefunds() |
String |
getStatementDescription() |
boolean |
isCaptured() |
boolean |
isLivemode() |
boolean |
isPaid() |
boolean |
isRefunded() |
protected String id
protected String object
protected boolean livemode
protected int amount
protected boolean captured
protected CardResponse card
protected Date created
protected String currency
protected boolean paid
protected boolean refunded
protected ListRefundsResponse refunds
protected int amountRefunded
protected String balanceTransaction
protected String customer
protected String description
protected DisputeResponse dispute
protected String failureCode
protected String failureMessage
protected String invoice
protected String statementDescription
protected String receiptEmail
public String getId()
public String getObject()
public boolean isLivemode()
public int getAmount()
public boolean isCaptured()
public CardResponse getCard()
public Date getCreated()
public String getCurrency()
public boolean isPaid()
public boolean isRefunded()
public ListRefundsResponse getRefunds()
public int getAmountRefunded()
public String getBalanceTransaction()
public String getCustomer()
public String getDescription()
public String getFailureCode()
public String getFailureMessage()
public String getInvoice()
public String getStatementDescription()
public DisputeResponse getDispute()
public String getReceiptEmail()
Copyright © 2014. All rights reserved.