| Package | Description |
|---|---|
| net.joelinn.stripe.api | |
| net.joelinn.stripe.response.applicationfees | |
| net.joelinn.stripe.response.charges |
| Modifier and Type | Method and Description |
|---|---|
ListRefundsResponse |
Refunds.listRefunds(String chargeId,
ListRequest listRequest)
List all refunds associated with the given charge
https://stripe.com/docs/api#list_refunds
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ListRefundsResponse> |
ApplicationFeeResponse.refunds |
| Modifier and Type | Method and Description |
|---|---|
List<ListRefundsResponse> |
ApplicationFeeResponse.getRefunds() |
| Modifier and Type | Field and Description |
|---|---|
protected ListRefundsResponse |
ChargeResponse.refunds |
| Modifier and Type | Method and Description |
|---|---|
ListRefundsResponse |
ChargeResponse.getRefunds() |
Copyright © 2014. All rights reserved.