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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The 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 boolean
boolean
Amount of financing offered, in minor units.The time at which the funds were paid out the 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.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.int
hashCode()
void
setAdvanceAmount
(Long advanceAmount) Amount of financing offered, in minor units.void
setAdvancePaidOutAt
(Long advancePaidOutAt) The time at which the funds were paid out the the Connected account's Stripe balance.void
setCurrency
(String currency) Currency that the financing offer is transacted in.void
setCurrentRepaymentInterval
(FinancingSummary.Details.CurrentRepaymentInterval currentRepaymentInterval) The chronologically current repayment interval for the financing offer.void
setFeeAmount
(Long feeAmount) Fixed fee amount, in minor units.void
setPaidAmount
(Long paidAmount) The amount the Connected account has paid toward the financing debt so far.void
setRemainingAmount
(Long remainingAmount) The balance remaining to be paid on the financing, in minor units.void
setRepaymentsBeginAt
(Long repaymentsBeginAt) The time at which Capital will begin withholding from payments.void
setWithholdRate
(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. -
getAdvancePaidOutAt
The time at which the funds were paid out the 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. -
getPaidAmount
The amount the Connected account has paid toward the financing debt so far. -
getRemainingAmount
The balance remaining to be paid on the financing, in minor units. -
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. -
setAdvancePaidOutAt
The time at which the funds were paid out the 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. -
setPaidAmount
The amount the Connected account has paid toward the financing debt so far. -
setRemainingAmount
The balance remaining to be paid on the financing, in minor units. -
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()
-