Package com.stripe.service.issuing
Class CardholderService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.issuing.CardholderService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(CardholderCreateParams params) Creates a new IssuingCardholder
object that can be issued cards.create
(CardholderCreateParams params, RequestOptions options) Creates a new IssuingCardholder
object that can be issued cards.list()
Returns a list of IssuingCardholder
objects.list
(RequestOptions options) Returns a list of IssuingCardholder
objects.list
(CardholderListParams params) Returns a list of IssuingCardholder
objects.list
(CardholderListParams params, RequestOptions options) Returns a list of IssuingCardholder
objects.Retrieves an IssuingCardholder
object.retrieve
(String cardholder, RequestOptions options) Retrieves an IssuingCardholder
object.retrieve
(String cardholder, CardholderRetrieveParams params) Retrieves an IssuingCardholder
object.retrieve
(String cardholder, CardholderRetrieveParams params, RequestOptions options) Retrieves an IssuingCardholder
object.Updates the specified IssuingCardholder
object by setting the values of the parameters passed.update
(String cardholder, RequestOptions options) Updates the specified IssuingCardholder
object by setting the values of the parameters passed.update
(String cardholder, CardholderUpdateParams params) Updates the specified IssuingCardholder
object by setting the values of the parameters passed.update
(String cardholder, CardholderUpdateParams params, RequestOptions options) Updates the specified IssuingCardholder
object by setting the values of the parameters passed.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CardholderService
-
-
Method Details
-
list
Returns a list of IssuingCardholder
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of IssuingCardholder
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
Returns a list of IssuingCardholder
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
list
public StripeCollection<Cardholder> list(CardholderListParams params, RequestOptions options) throws StripeException Returns a list of IssuingCardholder
objects. The objects are sorted in descending order by creation date, with the most recently created object appearing first.- Throws:
StripeException
-
create
Creates a new IssuingCardholder
object that can be issued cards.- Throws:
StripeException
-
create
public Cardholder create(CardholderCreateParams params, RequestOptions options) throws StripeException Creates a new IssuingCardholder
object that can be issued cards.- Throws:
StripeException
-
retrieve
public Cardholder retrieve(String cardholder, CardholderRetrieveParams params) throws StripeException Retrieves an IssuingCardholder
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingCardholder
object.- Throws:
StripeException
-
retrieve
Retrieves an IssuingCardholder
object.- Throws:
StripeException
-
retrieve
public Cardholder retrieve(String cardholder, CardholderRetrieveParams params, RequestOptions options) throws StripeException Retrieves an IssuingCardholder
object.- Throws:
StripeException
-
update
Updates the specified IssuingCardholder
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingCardholder
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
Updates the specified IssuingCardholder
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-
update
public Cardholder update(String cardholder, CardholderUpdateParams params, RequestOptions options) throws StripeException Updates the specified IssuingCardholder
object by setting the values of the parameters passed. Any parameters not provided will be left unchanged.- Throws:
StripeException
-