Package com.stripe.model.capital
Class FinancingSummary
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.ApiResource
com.stripe.model.capital.FinancingSummary
- All Implemented Interfaces:
StripeActiveObject,StripeObjectInterface
A financing summary object describes a connected account's financing status in real time. A
financing status is either
accepted, delivered, or none. You can read the
status of your connected accounts.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Details, please refer to the API Reference.Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod -
Field Summary
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON, INTERNAL_GSONFields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAdditional information about the financing summary.The unique identifier of the Financing Offer object that corresponds to the Financing Summary object.The object type: financing_summaryThe financing status of the connected account.inthashCode()static FinancingSummaryretrieve()Retrieve the financing summary object for the account.static FinancingSummaryretrieve(RequestOptions options) Retrieve the financing summary object for the account.static FinancingSummaryretrieve(FinancingSummaryRetrieveParams params, RequestOptions options) Retrieve the financing summary object for the account.static FinancingSummaryretrieve(Map<String, Object> params, RequestOptions options) Retrieve the financing summary object for the account.voidsetDetails(FinancingSummary.Details details) Additional information about the financing summary.voidsetFinancingOffer(String financingOffer) The unique identifier of the Financing Offer object that corresponds to the Financing Summary object.voidThe object type: financing_summaryvoidsetResponseGetter(StripeResponseGetter responseGetter) The amount that is yet to be paid in the current repayment interval, in minor units.voidThe financing status of the connected account.Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, getGlobalResponseGetter, getResponseGetter, setExpandableFieldId, setGlobalResponseGetter, urlEncode, urlEncodeIdMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
FinancingSummary
public FinancingSummary()
-
-
Method Details
-
retrieve
Retrieve the financing summary object for the account.- Throws:
StripeException
-
retrieve
Retrieve the financing summary object for the account.- Throws:
StripeException
-
retrieve
public static FinancingSummary retrieve(Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieve the financing summary object for the account.- Throws:
StripeException
-
retrieve
public static FinancingSummary retrieve(FinancingSummaryRetrieveParams params, RequestOptions options) throws StripeException Retrieve the financing summary object for the account.- Throws:
StripeException
-
setResponseGetter
The amount that is yet to be paid in the current repayment interval, in minor units. For example, 100 USD is represented as 10000.- Specified by:
setResponseGetterin interfaceStripeActiveObject- Overrides:
setResponseGetterin classApiResource- Parameters:
responseGetter- theStripeResponseGetterinstance to use for making further requests.
-
getDetails
Additional information about the financing summary. Describes currency, advance amount, fee amount, withhold rate, remaining amount, paid amount, current repayment interval, repayment start date, and advance payout date.Only present for financing offers with the
paid_outstatus. -
getFinancingOffer
The unique identifier of the Financing Offer object that corresponds to the Financing Summary object. -
getObject
The object type: financing_summaryEqual to
capital.financing_summary. -
getStatus
The financing status of the connected account.One of
accepted,delivered, ornone. -
setDetails
Additional information about the financing summary. Describes currency, advance amount, fee amount, withhold rate, remaining amount, paid amount, current repayment interval, repayment start date, and advance payout date.Only present for financing offers with the
paid_outstatus. -
setFinancingOffer
The unique identifier of the Financing Offer object that corresponds to the Financing Summary object. -
setObject
The object type: financing_summaryEqual to
capital.financing_summary. -
setStatus
The financing status of the connected account.One of
accepted,delivered, ornone. -
equals
-
canEqual
-
hashCode
public int hashCode()
-