Package com.stripe.model.capital
Class FinancingOffer.TestHelpers
java.lang.Object
com.stripe.model.capital.FinancingOffer.TestHelpers
- Enclosing class:
- FinancingOffer
-
Method Summary
Modifier and TypeMethodDescriptionstatic FinancingOffercreate(FinancingOfferCreateParams params) Creates a test financing offer for a connected account.static FinancingOffercreate(FinancingOfferCreateParams params, RequestOptions options) Creates a test financing offer for a connected account.static FinancingOfferCreates a test financing offer for a connected account.static FinancingOffercreate(Map<String, Object> params, RequestOptions options) Creates a test financing offer for a connected account.refill(FinancingOfferRefillParams params) Refills a test financing offer for a connected account.refill(FinancingOfferRefillParams params, RequestOptions options) Refills a test financing offer for a connected account.Refills a test financing offer for a connected account.refill(Map<String, Object> params, RequestOptions options) Refills a test financing offer for a connected account.
-
Method Details
-
create
Creates a test financing offer for a connected account.- Throws:
StripeException
-
create
public static FinancingOffer create(Map<String, Object> params, RequestOptions options) throws StripeExceptionCreates a test financing offer for a connected account.- Throws:
StripeException
-
create
Creates a test financing offer for a connected account.- Throws:
StripeException
-
create
public static FinancingOffer create(FinancingOfferCreateParams params, RequestOptions options) throws StripeException Creates a test financing offer for a connected account.- Throws:
StripeException
-
refill
Refills a test financing offer for a connected account.- Throws:
StripeException
-
refill
public FinancingOffer refill(Map<String, Object> params, RequestOptions options) throws StripeExceptionRefills a test financing offer for a connected account.- Throws:
StripeException
-
refill
Refills a test financing offer for a connected account.- Throws:
StripeException
-
refill
public FinancingOffer refill(FinancingOfferRefillParams params, RequestOptions options) throws StripeException Refills a test financing offer for a connected account.- Throws:
StripeException
-