public class Dispute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Dispute.Kind |
static class |
Dispute.Reason |
static class |
Dispute.Status |
| Constructor and Description |
|---|
Dispute(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getCaseNumber() |
Calendar |
getCreatedAt() |
String |
getCurrencyIsoCode() |
BigDecimal |
getDisputedAmount() |
List<DisputeEvidence> |
getEvidence() |
String |
getForwardedComments() |
String |
getId() |
Dispute.Kind |
getKind() |
String |
getMerchantAccountId() |
Calendar |
getOpenedDate() |
String |
getOriginalDisputeId() |
Dispute.Reason |
getReason() |
String |
getReasonCode() |
String |
getReasonDescription() |
Calendar |
getReceivedDate() |
String |
getReferenceNumber() |
Calendar |
getReplyByDate() |
Dispute.Status |
getStatus() |
List<DisputeStatusHistory> |
getStatusHistory() |
DisputeTransaction |
getTransaction() |
TransactionDetails |
getTransactionDetails()
Deprecated.
see #getTransaction()
|
Calendar |
getUpdatedAt() |
BigDecimal |
getWonAmount() |
Calendar |
getWonDate() |
public Dispute(NodeWrapper node)
public Calendar getCreatedAt()
public Calendar getReceivedDate()
public Calendar getReplyByDate()
public Calendar getOpenedDate()
public Calendar getUpdatedAt()
public Calendar getWonDate()
public String getCaseNumber()
public String getCurrencyIsoCode()
public String getForwardedComments()
public String getId()
public String getMerchantAccountId()
public String getOriginalDisputeId()
public String getReasonCode()
public String getReasonDescription()
public String getReferenceNumber()
public Dispute.Reason getReason()
public Dispute.Status getStatus()
public Dispute.Kind getKind()
public BigDecimal getAmount()
public BigDecimal getDisputedAmount()
public BigDecimal getWonAmount()
public List<DisputeEvidence> getEvidence()
public List<DisputeStatusHistory> getStatusHistory()
@Deprecated public TransactionDetails getTransactionDetails()
getTransaction() insteadpublic DisputeTransaction getTransaction()
Copyright © 2013–2018. All rights reserved.