Package com.stripe.service.capital
Class FinancingOfferService
java.lang.Object
com.stripe.net.ApiService
com.stripe.service.capital.FinancingOfferService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()
Retrieves the financing offers available for Connected accounts that belong to your platform.list
(RequestOptions options) Retrieves the financing offers available for Connected accounts that belong to your platform.list
(FinancingOfferListParams params) Retrieves the financing offers available for Connected accounts that belong to your platform.list
(FinancingOfferListParams params, RequestOptions options) Retrieves the financing offers available for Connected accounts that belong to your platform.markDelivered
(String financingOffer) Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.markDelivered
(String financingOffer, RequestOptions options) Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.markDelivered
(String financingOffer, FinancingOfferMarkDeliveredParams params) Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.markDelivered
(String financingOffer, FinancingOfferMarkDeliveredParams params, RequestOptions options) Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.Get the details of the financing offer.retrieve
(String financingOffer, RequestOptions options) Get the details of the financing offer.retrieve
(String financingOffer, FinancingOfferRetrieveParams params) Get the details of the financing offer.retrieve
(String financingOffer, FinancingOfferRetrieveParams params, RequestOptions options) Get the details of the financing offer.Methods inherited from class com.stripe.net.ApiService
getResponseGetter, request, requestStream
-
Constructor Details
-
FinancingOfferService
-
-
Method Details
-
list
public StripeCollection<FinancingOffer> list(FinancingOfferListParams params) throws StripeException Retrieves the financing offers available for Connected accounts that belong to your platform.- Throws:
StripeException
-
list
Retrieves the financing offers available for Connected accounts that belong to your platform.- Throws:
StripeException
-
list
Retrieves the financing offers available for Connected accounts that belong to your platform.- Throws:
StripeException
-
list
public StripeCollection<FinancingOffer> list(FinancingOfferListParams params, RequestOptions options) throws StripeException Retrieves the financing offers available for Connected accounts that belong to your platform.- Throws:
StripeException
-
retrieve
public FinancingOffer retrieve(String financingOffer, FinancingOfferRetrieveParams params) throws StripeException Get the details of the financing offer.- Throws:
StripeException
-
retrieve
public FinancingOffer retrieve(String financingOffer, RequestOptions options) throws StripeException Get the details of the financing offer.- Throws:
StripeException
-
retrieve
Get the details of the financing offer.- Throws:
StripeException
-
retrieve
public FinancingOffer retrieve(String financingOffer, FinancingOfferRetrieveParams params, RequestOptions options) throws StripeException Get the details of the financing offer.- Throws:
StripeException
-
markDelivered
public FinancingOffer markDelivered(String financingOffer, FinancingOfferMarkDeliveredParams params) throws StripeException Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.- Throws:
StripeException
-
markDelivered
public FinancingOffer markDelivered(String financingOffer, RequestOptions options) throws StripeException Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.- Throws:
StripeException
-
markDelivered
Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.- Throws:
StripeException
-
markDelivered
public FinancingOffer markDelivered(String financingOffer, FinancingOfferMarkDeliveredParams params, RequestOptions options) throws StripeException Acknowledges that platform has received and delivered the financing_offer to the intended merchant recipient.- Throws:
StripeException
-