StripeCollectionInterface<FeeRefund>public class FeeRefundCollection extends StripeCollection<FeeRefund>
PRETTY_PRINT_GSON| Constructor | Description |
|---|---|
FeeRefundCollection() |
| Modifier and Type | Method | Description |
|---|---|---|
FeeRefund |
create(java.util.Map<java.lang.String,java.lang.Object> params) |
Create an application fee refund.
|
FeeRefund |
create(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Create an application fee refund.
|
FeeRefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params) |
List all application fee refunds.
|
FeeRefundCollection |
list(java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
List all application fee refunds.
|
FeeRefund |
retrieve(java.lang.String id) |
Retrieve an application fee refund.
|
FeeRefund |
retrieve(java.lang.String id,
RequestOptions options) |
Retrieve an application fee refund.
|
FeeRefund |
retrieve(java.lang.String id,
java.util.Map<java.lang.String,java.lang.Object> params,
RequestOptions options) |
Retrieve an application fee refund.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitautoPagingIterable, autoPagingIterable, autoPagingIterable, canEqual, equals, getCount, getData, getHasMore, getObject, getRequestOptions, getRequestParams, getTotalCount, getUrl, hashCode, setCount, setData, setHasMore, setObject, setRequestOptions, setRequestParams, setTotalCount, setUrlequals, getLastResponse, setLastResponse, toJson, toStringpublic FeeRefund create(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic FeeRefund create(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic FeeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params) throws StripeException
StripeExceptionpublic FeeRefundCollection list(java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeExceptionpublic FeeRefund retrieve(java.lang.String id) throws StripeException
StripeExceptionpublic FeeRefund retrieve(java.lang.String id, RequestOptions options) throws StripeException
StripeExceptionpublic FeeRefund retrieve(java.lang.String id, java.util.Map<java.lang.String,java.lang.Object> params, RequestOptions options) throws StripeException
StripeException