| Package | Description |
|---|---|
| net.joelinn.stripe.api | |
| net.joelinn.stripe.response.charges | |
| net.joelinn.stripe.response.invoices |
| Modifier and Type | Method and Description |
|---|---|
DisputeResponse |
Disputes.closeDispute(String chargeId)
Close a dispute
https://stripe.com/docs/api#close_dispute
|
DisputeResponse |
Disputes.updateDispute(String chargeId,
String evidence)
Update a dispute
https://stripe.com/docs/api#update_dispute
|
| Modifier and Type | Field and Description |
|---|---|
protected DisputeResponse |
ChargeResponse.dispute |
| Modifier and Type | Method and Description |
|---|---|
DisputeResponse |
ChargeResponse.getDispute() |
| Modifier and Type | Field and Description |
|---|---|
protected DisputeResponse |
InvoiceResponse.discount |
| Modifier and Type | Method and Description |
|---|---|
DisputeResponse |
InvoiceResponse.getDiscount() |
Copyright © 2014. All rights reserved.