| Package | Description |
|---|---|
| com.stripe.model |
| Modifier and Type | Method and Description |
|---|---|
Charge |
Charge.capture() |
Charge |
Charge.capture(Map<String,Object> params) |
Charge |
Charge.capture(Map<String,Object> params,
RequestOptions options) |
Charge |
Charge.capture(Map<String,Object> params,
String apiKey)
Deprecated.
|
Charge |
Charge.capture(RequestOptions options) |
Charge |
Charge.capture(String apiKey)
Deprecated.
|
static Charge |
Charge.create(Map<String,Object> params) |
static Charge |
Charge.create(Map<String,Object> params,
RequestOptions options) |
static Charge |
Charge.create(Map<String,Object> params,
String apiKey)
Deprecated.
|
Charge |
Charge.markFraudulent(RequestOptions options)
Convenience method to mark a given charge as fraudulent.
|
Charge |
Charge.markSafe(RequestOptions options)
Convenience method to mark a given charge as not fraudulent.
|
Charge |
Charge.refund() |
Charge |
Charge.refund(Map<String,Object> params) |
Charge |
Charge.refund(Map<String,Object> params,
RequestOptions options) |
Charge |
Charge.refund(Map<String,Object> params,
String apiKey)
Deprecated.
|
Charge |
Charge.refund(RequestOptions options) |
Charge |
Charge.refund(String apiKey)
Deprecated.
|
static Charge |
Charge.retrieve(String id) |
static Charge |
Charge.retrieve(String id,
RequestOptions options) |
static Charge |
Charge.retrieve(String id,
String apiKey)
Deprecated.
|
Charge |
Charge.update(Map<String,Object> params) |
Charge |
Charge.update(Map<String,Object> params,
RequestOptions options) |
Charge |
Charge.update(Map<String,Object> params,
String apiKey)
Deprecated.
|
Copyright © 2016 Stripe. All rights reserved.