|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stripe.model.StripeObject
com.stripe.net.APIResource
com.stripe.model.StripeColllectionAPIResource<FeeRefund>
com.stripe.model.FeeRefundCollection
public class FeeRefundCollection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.stripe.net.APIResource |
|---|
APIResource.RequestMethod |
| Field Summary |
|---|
| Fields inherited from class com.stripe.net.APIResource |
|---|
CHARSET, GSON |
| Fields inherited from class com.stripe.model.StripeObject |
|---|
PRETTY_PRINT_GSON |
| Constructor Summary | |
|---|---|
FeeRefundCollection()
|
|
| Method Summary | |
|---|---|
FeeRefundCollection |
all(Map<String,Object> params)
|
FeeRefundCollection |
all(Map<String,Object> params,
String apiKey)
|
FeeRefund |
create(Map<String,Object> params)
|
FeeRefund |
create(Map<String,Object> params,
String apiKey)
|
FeeRefund |
retrieve(String id)
|
FeeRefund |
retrieve(String id,
String apiKey)
|
| Methods inherited from class com.stripe.model.StripeColllectionAPIResource |
|---|
getCount, getData, getHasMore, getTotalCount, getURL, setCount, setData, setHasMore, setTotalCount, setURL |
| Methods inherited from class com.stripe.net.APIResource |
|---|
_request, classURL, instanceURL, request, singleClassURL |
| Methods inherited from class com.stripe.model.StripeObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FeeRefundCollection()
| Method Detail |
|---|
public FeeRefundCollection all(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public FeeRefundCollection all(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public FeeRefund retrieve(String id)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public FeeRefund retrieve(String id,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public FeeRefund create(Map<String,Object> params)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
public FeeRefund create(Map<String,Object> params,
String apiKey)
throws AuthenticationException,
InvalidRequestException,
APIConnectionException,
CardException,
APIException
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||