Class OutboundTransferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.treasury.OutboundTransferService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTransitions a test mode created OutboundTransfer to thefailedstatus.fail(String outboundTransfer, RequestOptions options) Transitions a test mode created OutboundTransfer to thefailedstatus.fail(String outboundTransfer, OutboundTransferFailParams params) Transitions a test mode created OutboundTransfer to thefailedstatus.fail(String outboundTransfer, OutboundTransferFailParams params, RequestOptions options) Transitions a test mode created OutboundTransfer to thefailedstatus.Transitions a test mode created OutboundTransfer to thepostedstatus.post(String outboundTransfer, RequestOptions options) Transitions a test mode created OutboundTransfer to thepostedstatus.post(String outboundTransfer, OutboundTransferPostParams params) Transitions a test mode created OutboundTransfer to thepostedstatus.post(String outboundTransfer, OutboundTransferPostParams params, RequestOptions options) Transitions a test mode created OutboundTransfer to thepostedstatus.returnOutboundTransfer(String outboundTransfer) Transitions a test mode created OutboundTransfer to thereturnedstatus.returnOutboundTransfer(String outboundTransfer, RequestOptions options) Transitions a test mode created OutboundTransfer to thereturnedstatus.returnOutboundTransfer(String outboundTransfer, OutboundTransferReturnOutboundTransferParams params) Transitions a test mode created OutboundTransfer to thereturnedstatus.returnOutboundTransfer(String outboundTransfer, OutboundTransferReturnOutboundTransferParams params, RequestOptions options) Transitions a test mode created OutboundTransfer to thereturnedstatus.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
OutboundTransferService
-
-
Method Details
-
fail
public OutboundTransfer fail(String outboundTransfer, OutboundTransferFailParams params) throws StripeException Transitions a test mode created OutboundTransfer to thefailedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
fail
public OutboundTransfer fail(String outboundTransfer, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thefailedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
fail
Transitions a test mode created OutboundTransfer to thefailedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
fail
public OutboundTransfer fail(String outboundTransfer, OutboundTransferFailParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thefailedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
post
public OutboundTransfer post(String outboundTransfer, OutboundTransferPostParams params) throws StripeException Transitions a test mode created OutboundTransfer to thepostedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
post
public OutboundTransfer post(String outboundTransfer, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thepostedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
post
Transitions a test mode created OutboundTransfer to thepostedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
post
public OutboundTransfer post(String outboundTransfer, OutboundTransferPostParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thepostedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(String outboundTransfer, OutboundTransferReturnOutboundTransferParams params) throws StripeException Transitions a test mode created OutboundTransfer to thereturnedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(String outboundTransfer, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thereturnedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
returnOutboundTransfer
Transitions a test mode created OutboundTransfer to thereturnedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(String outboundTransfer, OutboundTransferReturnOutboundTransferParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thereturnedstatus. The OutboundTransfer must already be in theprocessingstate.- Throws:
StripeException
-