com.stripe.model
Class RecipientCardCollection

java.lang.Object
  extended by com.stripe.model.StripeObject
      extended by com.stripe.net.APIResource
          extended by com.stripe.model.StripeColllectionAPIResource<Card>
              extended by com.stripe.model.RecipientCardCollection

public class RecipientCardCollection
extends StripeColllectionAPIResource<Card>


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
RecipientCardCollection()
           
 
Method Summary
 RecipientCardCollection all(Map<String,Object> params)
           
 RecipientCardCollection all(Map<String,Object> params, String apiKey)
           
 RecipientCardCollection create(Map<String,Object> params)
           
 RecipientCardCollection create(Map<String,Object> params, String apiKey)
           
 Card retrieve(String id)
           
 Card 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

RecipientCardCollection

public RecipientCardCollection()
Method Detail

all

public RecipientCardCollection all(Map<String,Object> params)
                            throws AuthenticationException,
                                   InvalidRequestException,
                                   APIConnectionException,
                                   CardException,
                                   APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

all

public RecipientCardCollection all(Map<String,Object> params,
                                   String apiKey)
                            throws AuthenticationException,
                                   InvalidRequestException,
                                   APIConnectionException,
                                   CardException,
                                   APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

retrieve

public Card retrieve(String id)
              throws AuthenticationException,
                     InvalidRequestException,
                     APIConnectionException,
                     CardException,
                     APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

retrieve

public Card retrieve(String id,
                     String apiKey)
              throws AuthenticationException,
                     InvalidRequestException,
                     APIConnectionException,
                     CardException,
                     APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

create

public RecipientCardCollection create(Map<String,Object> params)
                               throws AuthenticationException,
                                      InvalidRequestException,
                                      APIConnectionException,
                                      CardException,
                                      APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException

create

public RecipientCardCollection create(Map<String,Object> params,
                                      String apiKey)
                               throws AuthenticationException,
                                      InvalidRequestException,
                                      APIConnectionException,
                                      CardException,
                                      APIException
Throws:
AuthenticationException
InvalidRequestException
APIConnectionException
CardException
APIException


Copyright © 2014 Stripe. All rights reserved.