public class Disputes extends AbstractApi
client| Modifier and Type | Method and Description |
|---|---|
protected String |
buildUrl(String chargeId) |
DisputeResponse |
closeDispute(String chargeId)
Close a dispute
https://stripe.com/docs/api#close_dispute
|
DisputeResponse |
updateDispute(String chargeId,
String evidence)
Update a dispute
https://stripe.com/docs/api#update_dispute
|
public Disputes(Client client)
public DisputeResponse updateDispute(String chargeId, String evidence)
chargeId - the id of the dispute to updateevidence - updated dispute evidencepublic DisputeResponse closeDispute(String chargeId)
chargeId - the id of the charge on which to close the disputeCopyright © 2014. All rights reserved.