Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.Klarna.Subscription
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.Klarna.Subscription
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.Klarna
public static class PaymentIntentCreateParams.PaymentMethodOptions.Klarna.Subscription
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumAdd all map key/value pairs to `extraParams` map.static class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap 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 theintervalattribute) between subscription charges.getName()Name for subscription.Describes the upcoming charge for this subscription.Required. A non-customer-facing reference to correlate subscription charges in the Klarna app.inthashCode()
-
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@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. -
getInterval
Required. Unit of time between subscription charges. -
getIntervalCount
The number of intervals (specified in theintervalattribute) between subscription charges. For example,interval=monthandinterval_count=3charges every 3 months. -
getName
Name for subscription. -
getNextBilling
public PaymentIntentCreateParams.PaymentMethodOptions.Klarna.Subscription.NextBilling getNextBilling()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()
-