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