Package com.stripe.param.checkout
Class SessionCreateParams.PaymentMethodOptions.Klarna.Subscription
java.lang.Object
com.stripe.param.checkout.SessionCreateParams.PaymentMethodOptions.Klarna.Subscription
- Enclosing class:
- SessionCreateParams.PaymentMethodOptions.Klarna
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
Add all map key/value pairs to `extraParams` map.static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Map of extra parameters for custom features not available in this client library.Required. Unit of time between subscription charges.The number of intervals (specified in theinterval
attribute) between subscription charges.getName()
Name for subscription.Required. Describes the upcoming charge for this subscription.Required. A non-customer-facing reference to correlate subscription charges in the Klarna app.int
hashCode()
-
Method Details
-
builder
-
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. -
getInterval
Required. Unit of time between subscription charges. -
getIntervalCount
The number of intervals (specified in theinterval
attribute) between subscription charges. For example,interval=month
andinterval_count=3
charges every 3 months. -
getName
Name for subscription. -
getNextBilling
Required. Describes the upcoming charge for this subscription. -
getReference
Required. A non-customer-facing reference to correlate subscription charges in the Klarna app. Use a value that persists across subscription charges. -
equals
-
canEqual
-
hashCode
public int hashCode()
-