public class DisputeResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
amount |
protected String |
balanceTransaction |
protected String |
charge |
protected Date |
created |
protected String |
currency |
protected String |
evidence |
protected Date |
evidenceDueBy |
protected boolean |
livemode |
protected String |
object |
protected String |
reason |
protected String |
status |
| Constructor and Description |
|---|
DisputeResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
String |
getBalanceTransaction() |
String |
getCharge() |
Date |
getCreated() |
String |
getCurrency() |
String |
getEvidence() |
Date |
getEvidenceDueBy() |
String |
getObject() |
String |
getReason() |
String |
getStatus() |
boolean |
isLivemode() |
protected String object
protected boolean livemode
protected int amount
protected String charge
protected Date created
protected String currency
protected String reason
protected String status
protected String balanceTransaction
protected String evidence
protected Date evidenceDueBy
public String getObject()
public boolean isLivemode()
public int getAmount()
public String getCharge()
public Date getCreated()
public String getCurrency()
public String getReason()
public String getStatus()
public String getBalanceTransaction()
public String getEvidence()
public Date getEvidenceDueBy()
Copyright © 2014. All rights reserved.