Class ReceivedCreditService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.testhelpers.treasury.ReceivedCreditService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(ReceivedCreditCreateParams params) Use this endpoint to simulate a test mode ReceivedCredit initiated by a third party.create
(ReceivedCreditCreateParams params, RequestOptions options) Use this endpoint to simulate a test mode ReceivedCredit initiated by a third party.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
ReceivedCreditService
-
-
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 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
-