Package com.stripe.model.treasury
Class OutboundTransfer.TestHelpers
java.lang.Object
com.stripe.model.treasury.OutboundTransfer.TestHelpers
- Enclosing class:
- OutboundTransfer
-
Method Summary
Modifier and TypeMethodDescriptionfail()
Transitions a test mode created OutboundTransfer to thefailed
status.fail
(RequestOptions options) Transitions a test mode created OutboundTransfer to thefailed
status.fail
(OutboundTransferFailParams params) Transitions a test mode created OutboundTransfer to thefailed
status.fail
(OutboundTransferFailParams params, RequestOptions options) Transitions a test mode created OutboundTransfer to thefailed
status.Transitions a test mode created OutboundTransfer to thefailed
status.fail
(Map<String, Object> params, RequestOptions options) Transitions a test mode created OutboundTransfer to thefailed
status.post()
Transitions a test mode created OutboundTransfer to theposted
status.post
(RequestOptions options) Transitions a test mode created OutboundTransfer to theposted
status.post
(OutboundTransferPostParams params) Transitions a test mode created OutboundTransfer to theposted
status.post
(OutboundTransferPostParams params, RequestOptions options) Transitions a test mode created OutboundTransfer to theposted
status.Transitions a test mode created OutboundTransfer to theposted
status.post
(Map<String, Object> params, RequestOptions options) Transitions a test mode created OutboundTransfer to theposted
status.Transitions a test mode created OutboundTransfer to thereturned
status.returnOutboundTransfer
(RequestOptions options) Transitions a test mode created OutboundTransfer to thereturned
status.Transitions a test mode created OutboundTransfer to thereturned
status.Transitions a test mode created OutboundTransfer to thereturned
status.returnOutboundTransfer
(Map<String, Object> params) Transitions a test mode created OutboundTransfer to thereturned
status.returnOutboundTransfer
(Map<String, Object> params, RequestOptions options) Transitions a test mode created OutboundTransfer to thereturned
status.update
(OutboundTransferUpdateParams params) Updates a test mode created OutboundTransfer with tracking details.update
(OutboundTransferUpdateParams params, RequestOptions options) Updates a test mode created OutboundTransfer with tracking details.Updates a test mode created OutboundTransfer with tracking details.update
(Map<String, Object> params, RequestOptions options) Updates a test mode created OutboundTransfer with tracking details.
-
Method Details
-
update
Updates a test mode created OutboundTransfer with tracking details. The OutboundTransfer must not be cancelable, and cannot be in thecanceled
orfailed
states.- Throws:
StripeException
-
update
public OutboundTransfer update(Map<String, Object> params, RequestOptions options) throws StripeExceptionUpdates a test mode created OutboundTransfer with tracking details. The OutboundTransfer must not be cancelable, and cannot be in thecanceled
orfailed
states.- Throws:
StripeException
-
update
Updates a test mode created OutboundTransfer with tracking details. The OutboundTransfer must not be cancelable, and cannot be in thecanceled
orfailed
states.- Throws:
StripeException
-
update
public OutboundTransfer update(OutboundTransferUpdateParams params, RequestOptions options) throws StripeException Updates a test mode created OutboundTransfer with tracking details. The OutboundTransfer must not be cancelable, and cannot be in thecanceled
orfailed
states.- Throws:
StripeException
-
fail
Transitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
fail
Transitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
fail
Transitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
fail
public OutboundTransfer fail(Map<String, Object> params, RequestOptions options) throws StripeExceptionTransitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
fail
Transitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
fail
public OutboundTransfer fail(OutboundTransferFailParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thefailed
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
Transitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
Transitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
Transitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
public OutboundTransfer post(Map<String, Object> params, RequestOptions options) throws StripeExceptionTransitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
Transitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
post
public OutboundTransfer post(OutboundTransferPostParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to theposted
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
Transitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
Transitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
Transitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(Map<String, Object> params, RequestOptions options) throws StripeExceptionTransitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(OutboundTransferReturnOutboundTransferParams params) throws StripeException Transitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-
returnOutboundTransfer
public OutboundTransfer returnOutboundTransfer(OutboundTransferReturnOutboundTransferParams params, RequestOptions options) throws StripeException Transitions a test mode created OutboundTransfer to thereturned
status. The OutboundTransfer must already be in theprocessing
state.- Throws:
StripeException
-