Package com.stripe.model.capital
Class FinancingSummary.Details
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.capital.FinancingSummary.Details
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- FinancingSummary
For more details about Details, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe current repayment interval for the Connected account. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAmount of financing offered, in minor units.The time at which the funds were paid out to the connected account's Stripe balance.Currency that the financing offer is transacted in.The chronologically current repayment interval for the financing offer.Fixed fee amount, in minor units.The amount the Connected account has paid toward the financing debt so far, in minor units.The balance remaining to be paid on the financing, in minor units.The time at which Capital will begin withholding from payments.Per-transaction rate at which Stripe will withhold funds to repay the financing.inthashCode()voidsetAdvanceAmount(Long advanceAmount) Amount of financing offered, in minor units.voidsetAdvancePaidOutAt(BigDecimal advancePaidOutAt) The time at which the funds were paid out to the connected account's Stripe balance.voidsetCurrency(String currency) Currency that the financing offer is transacted in.voidsetCurrentRepaymentInterval(FinancingSummary.Details.CurrentRepaymentInterval currentRepaymentInterval) The chronologically current repayment interval for the financing offer.voidsetFeeAmount(Long feeAmount) Fixed fee amount, in minor units.voidsetPaidAmount(Long paidAmount) The amount the Connected account has paid toward the financing debt so far, in minor units.voidsetRemainingAmount(Long remainingAmount) The balance remaining to be paid on the financing, in minor units.voidsetRepaymentsBeginAt(BigDecimal repaymentsBeginAt) The time at which Capital will begin withholding from payments.voidsetWithholdRate(BigDecimal withholdRate) Per-transaction rate at which Stripe will withhold funds to repay the financing.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Details
public Details()
-
-
Method Details
-
getAdvanceAmount
Amount of financing offered, in minor units. For example, $1,000 USD will be represented as 100000. -
getAdvancePaidOutAt
The time at which the funds were paid out to the connected account's Stripe balance. Given in milliseconds since unix epoch. -
getCurrency
Currency that the financing offer is transacted in. For example,usd. -
getCurrentRepaymentInterval
The chronologically current repayment interval for the financing offer. -
getFeeAmount
Fixed fee amount, in minor units. For example, $100 USD will be represented as 10000. -
getPaidAmount
The amount the Connected account has paid toward the financing debt so far, in minor units. For example, $1,000 USD will be represented as 100000. -
getRemainingAmount
The balance remaining to be paid on the financing, in minor units. For example, $1,000 USD will be represented as 100000. -
getRepaymentsBeginAt
The time at which Capital will begin withholding from payments. Given in seconds since unix epoch. -
getWithholdRate
Per-transaction rate at which Stripe will withhold funds to repay the financing. -
setAdvanceAmount
Amount of financing offered, in minor units. For example, $1,000 USD will be represented as 100000. -
setAdvancePaidOutAt
The time at which the funds were paid out to the connected account's Stripe balance. Given in milliseconds since unix epoch. -
setCurrency
Currency that the financing offer is transacted in. For example,usd. -
setCurrentRepaymentInterval
public void setCurrentRepaymentInterval(FinancingSummary.Details.CurrentRepaymentInterval currentRepaymentInterval) The chronologically current repayment interval for the financing offer. -
setFeeAmount
Fixed fee amount, in minor units. For example, $100 USD will be represented as 10000. -
setPaidAmount
The amount the Connected account has paid toward the financing debt so far, in minor units. For example, $1,000 USD will be represented as 100000. -
setRemainingAmount
The balance remaining to be paid on the financing, in minor units. For example, $1,000 USD will be represented as 100000. -
setRepaymentsBeginAt
The time at which Capital will begin withholding from payments. Given in seconds since unix epoch. -
setWithholdRate
Per-transaction rate at which Stripe will withhold funds to repay the financing. -
equals
-
canEqual
-
hashCode
public int hashCode()
-