| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
static Refund |
Refund.create(Map<String,Object> params) |
Refund |
ChargeRefundCollection.create(Map<String,Object> params) |
static Refund |
Refund.create(Map<String,Object> params,
RequestOptions options) |
Refund |
ChargeRefundCollection.create(Map<String,Object> params,
RequestOptions options) |
Refund |
ChargeRefundCollection.create(Map<String,Object> params,
String apiKey)
Deprecated.
|
static Refund |
Refund.retrieve(String id) |
Refund |
ChargeRefundCollection.retrieve(String id) |
static Refund |
Refund.retrieve(String id,
RequestOptions options) |
Refund |
ChargeRefundCollection.retrieve(String id,
RequestOptions options) |
Refund |
ChargeRefundCollection.retrieve(String id,
String apiKey)
Deprecated.
|
Refund |
Refund.update(Map<String,Object> params) |
Refund |
Refund.update(Map<String,Object> params,
RequestOptions options) |
Refund |
Refund.update(Map<String,Object> params,
String apiKey)
Deprecated.
|
Copyright © 2016 Stripe. All rights reserved.