Package com.stripe.model.treasury
Class ReceivedDebit.TestHelpers
java.lang.Object
com.stripe.model.treasury.ReceivedDebit.TestHelpers
- Enclosing class:
- ReceivedDebit
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReceivedDebit
create
(ReceivedDebitCreateParams params) Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.static ReceivedDebit
create
(ReceivedDebitCreateParams params, RequestOptions options) Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.static ReceivedDebit
Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.static ReceivedDebit
create
(Map<String, Object> params, RequestOptions options) Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party.
-
Method Details
-
create
Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-
create
public static ReceivedDebit create(Map<String, Object> params, RequestOptions options) throws StripeExceptionUse this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-
create
Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-
create
public static ReceivedDebit create(ReceivedDebitCreateParams params, RequestOptions options) throws StripeException Use this endpoint to simulate a test mode ReceivedDebit initiated by a third party. In live mode, you can’t directly create ReceivedDebits initiated by third parties.- Throws:
StripeException
-