Package com.stripe.service.testhelpers
Class RefundService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.RefundService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionExpire a refund with a status ofrequires_action
.expire
(String refund, RequestOptions options) Expire a refund with a status ofrequires_action
.expire
(String refund, RefundExpireParams params) Expire a refund with a status ofrequires_action
.expire
(String refund, RefundExpireParams params, RequestOptions options) Expire a refund with a status ofrequires_action
.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
RefundService
-
-
Method Details
-
expire
Expire a refund with a status ofrequires_action
.- Throws:
StripeException
-
expire
Expire a refund with a status ofrequires_action
.- Throws:
StripeException
-
expire
Expire a refund with a status ofrequires_action
.- Throws:
StripeException
-
expire
public Refund expire(String refund, RefundExpireParams params, RequestOptions options) throws StripeException Expire a refund with a status ofrequires_action
.- Throws:
StripeException
-