Class CardService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.issuing.CardService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeliverCard
(String card) Updates the shipping status of the specified IssuingCard
object todelivered
.deliverCard
(String card, RequestOptions options) Updates the shipping status of the specified IssuingCard
object todelivered
.deliverCard
(String card, CardDeliverCardParams params) Updates the shipping status of the specified IssuingCard
object todelivered
.deliverCard
(String card, CardDeliverCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCard
object todelivered
.Updates the shipping status of the specified IssuingCard
object tofailure
.failCard
(String card, RequestOptions options) Updates the shipping status of the specified IssuingCard
object tofailure
.failCard
(String card, CardFailCardParams params) Updates the shipping status of the specified IssuingCard
object tofailure
.failCard
(String card, CardFailCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCard
object tofailure
.returnCard
(String card) Updates the shipping status of the specified IssuingCard
object toreturned
.returnCard
(String card, RequestOptions options) Updates the shipping status of the specified IssuingCard
object toreturned
.returnCard
(String card, CardReturnCardParams params) Updates the shipping status of the specified IssuingCard
object toreturned
.returnCard
(String card, CardReturnCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCard
object toreturned
.Updates the shipping status of the specified IssuingCard
object toshipped
.shipCard
(String card, RequestOptions options) Updates the shipping status of the specified IssuingCard
object toshipped
.shipCard
(String card, CardShipCardParams params) Updates the shipping status of the specified IssuingCard
object toshipped
.shipCard
(String card, CardShipCardParams params, RequestOptions options) Updates the shipping status of the specified IssuingCard
object 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 IssuingCard
object todelivered
.- Throws:
StripeException
-
deliverCard
Updates the shipping status of the specified IssuingCard
object todelivered
.- Throws:
StripeException
-
deliverCard
Updates the shipping status of the specified IssuingCard
object todelivered
.- Throws:
StripeException
-
deliverCard
public Card deliverCard(String card, CardDeliverCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCard
object todelivered
.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCard
object tofailure
.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCard
object tofailure
.- Throws:
StripeException
-
failCard
Updates the shipping status of the specified IssuingCard
object tofailure
.- Throws:
StripeException
-
failCard
public Card failCard(String card, CardFailCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCard
object tofailure
.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCard
object toreturned
.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCard
object toreturned
.- Throws:
StripeException
-
returnCard
Updates the shipping status of the specified IssuingCard
object toreturned
.- Throws:
StripeException
-
returnCard
public Card returnCard(String card, CardReturnCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCard
object toreturned
.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCard
object toshipped
.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCard
object toshipped
.- Throws:
StripeException
-
shipCard
Updates the shipping status of the specified IssuingCard
object toshipped
.- Throws:
StripeException
-
shipCard
public Card shipCard(String card, CardShipCardParams params, RequestOptions options) throws StripeException Updates the shipping status of the specified IssuingCard
object toshipped
.- Throws:
StripeException
-