public class Dispute extends APIResource implements HasId
APIResource.RequestMethod, APIResource.RequestTypeCHARSET, GSONPRETTY_PRINT_GSON| Constructor and Description |
|---|
Dispute() |
classURL, classURL, instanceURL, instanceURL, multipartRequest, request, requestCollection, setStripeResponseGetter, singleClassURL, singleClassURL, urlEncodeequals, toStringpublic void setId(String id)
public Integer getAmount()
public void setAmount(Integer amount)
public List<BalanceTransaction> getBalanceTransactions()
public void setBalanceTransactions(List<BalanceTransaction> balanceTransactions)
public String getCharge()
public void setCharge(String charge)
public Long getCreated()
public void setCreated(Long created)
public String getCurrency()
public void setCurrency(String currency)
public EvidenceSubObject getEvidenceSubObject()
public void setEvidenceSubObject(EvidenceSubObject evidence)
public EvidenceDetails getEvidenceDetails()
public void setEvidenceDetails(EvidenceDetails evidenceDetails)
public boolean getIsChargeRefundable()
public void setIsChargeRefundable(Boolean isChargeRefundable)
public Boolean getLivemode()
public void setLivemode(Boolean livemode)
public String getReason()
public void setReason(String reason)
public String getStatus()
public void setStatus(String status)
@Deprecated public String getBalanceTransaction()
@Deprecated public void setBalanceTransaction(String balanceTransaction)
@Deprecated public String getEvidence()
@Deprecated public void setEvidence(String evidence)
@Deprecated public Long getEvidenceDueBy()
@Deprecated public void setEvidenceDueBy(Long evidenceDueBy)
public static Dispute retrieve(String id) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static Dispute retrieve(String id, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static DisputeCollection list(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public static DisputeCollection list(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static DisputeCollection all(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
@Deprecated public static DisputeCollection all(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Dispute update(Map<String,Object> params) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Dispute update(Map<String,Object> params, RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Dispute close() throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
public Dispute close(RequestOptions options) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
Copyright © 2016 Stripe. All rights reserved.