Package com.stripe.param.capital
Class FinancingOfferCreateParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.capital.FinancingOfferCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumstatic enumNested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam -
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRequired. Amount of financing offered, in minor units.Specifies which fields in the response should be expanded.Map of extra parameters for custom features not available in this client library.Required. Fixed fee amount, in minor units.Required. The type of financing offer.The status of the financing offer.Required. Per-transaction rate at which Stripe withholds funds to repay the financing.inthashCode()Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getAdvanceAmount
Required. Amount of financing offered, in minor units. For example, 1,000 USD is represented as 100000. -
getExpand
Specifies which fields in the response should be expanded. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getFeeAmount
Required. Fixed fee amount, in minor units. For example, 100 USD is represented as 10000. -
getFinancingType
Required. The type of financing offer. -
getStatus
The status of the financing offer. -
getWithholdRate
Required. Per-transaction rate at which Stripe withholds funds to repay the financing. -
equals
-
canEqual
-
hashCode
public int hashCode()
-