Package com.stripe.param
Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.OnDemand
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.OnDemand
- Enclosing class:
- PaymentIntentUpdateParams.PaymentMethodOptions.Klarna
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Your average amount value.Map of extra parameters for custom features not available in this client library.The maximum value you may charge a customer per purchase.The lowest or minimum value you may charge a customer per purchase.Interval at which the customer is making purchases.The number ofpurchase_interval
between charges.int
hashCode()
-
Method Details
-
builder
-
getAverageAmount
Your average amount value. You can use a value across your customer base, or segment based on customer type, country, etc. -
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@SerializedName
value. 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. -
getMaximumAmount
The maximum value you may charge a customer per purchase. You can use a value across your customer base, or segment based on customer type, country, etc. -
getMinimumAmount
The lowest or minimum value you may charge a customer per purchase. You can use a value across your customer base, or segment based on customer type, country, etc. -
getPurchaseInterval
public PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.OnDemand.PurchaseInterval getPurchaseInterval()Interval at which the customer is making purchases. -
getPurchaseIntervalCount
The number ofpurchase_interval
between charges. -
equals
-
canEqual
-
hashCode
public int hashCode()
-