Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.Subscription

java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.Subscription
Enclosing class:
PaymentIntentUpdateParams.PaymentMethodOptions.Klarna

public static class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.Subscription extends Object
  • Method Details

    • builder

    • getExtraParams

      public Map<String,Object> 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

      public Long getIntervalCount()
      The number of intervals (specified in the interval attribute) between subscription charges. For example, interval=month and interval_count=3 charges every 3 months.
    • getName

      public Object getName()
      Name for subscription.
    • getNextBilling

      Describes the upcoming charge for this subscription.
    • getReference

      public Object getReference()
      Required. A non-customer-facing reference to correlate subscription charges in the Klarna app. Use a value that persists across subscription charges.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object