Class CardService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.issuing.CardService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeliverCard(String card) Updates the shipping status of the specified IssuingCardobject todelivered.deliverCard(String card, RequestOptions options) Updates the shipping status of the specified IssuingCardobject todelivered.deliverCard(String card, CardDeliverCardParams params) Updates the shipping status of the specified IssuingCardobject todelivered.deliverCard(String card, CardDeliverCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCardobject todelivered.Updates the shipping status of the specified IssuingCardobject tofailure.failCard(String card, RequestOptions options) Updates the shipping status of the specified IssuingCardobject tofailure.failCard(String card, CardFailCardParams params) Updates the shipping status of the specified IssuingCardobject tofailure.failCard(String card, CardFailCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCardobject tofailure.returnCard(String card) Updates the shipping status of the specified IssuingCardobject toreturned.returnCard(String card, RequestOptions options) Updates the shipping status of the specified IssuingCardobject toreturned.returnCard(String card, CardReturnCardParams params) Updates the shipping status of the specified IssuingCardobject toreturned.returnCard(String card, CardReturnCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCardobject toreturned.Updates the shipping status of the specified IssuingCardobject toshipped.shipCard(String card, RequestOptions options) Updates the shipping status of the specified IssuingCardobject toshipped.shipCard(String card, CardShipCardParams params) Updates the shipping status of the specified IssuingCardobject toshipped.shipCard(String card, CardShipCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCardobject toshipped.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
CardService
-
-
Method Details
-
deliverCard
Updates the shipping status of the specified IssuingCardobject todelivered.- Throws:
StripeException
-
deliverCard
Updates the shipping status of the specified IssuingCardobject todelivered.- Throws:
StripeException
-
deliverCard
Updates the shipping status of the specified IssuingCardobject todelivered.- Throws:
StripeException
-
deliverCard
public Card deliverCard(String card, CardDeliverCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCardobject todelivered.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCardobject tofailure.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCardobject tofailure.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCardobject tofailure.- Throws:
StripeException
-
failCard
public Card failCard(String card, CardFailCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCardobject tofailure.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCardobject toreturned.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCardobject toreturned.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCardobject toreturned.- Throws:
StripeException
-
returnCard
public Card returnCard(String card, CardReturnCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCardobject toreturned.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCardobject toshipped.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCardobject toshipped.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCardobject toshipped.- Throws:
StripeException
-
shipCard
public Card shipCard(String card, CardShipCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCardobject toshipped.- Throws:
StripeException
-