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