Class PaymentIntentUpdateParams.PaymentMethodOptions.Klarna.OnDemand

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

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

    • builder

    • getAverageAmount

      public Long getAverageAmount()
      Your average amount value. You can use a value across your customer base, or segment based on customer type, country, etc.
    • 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.
    • getMaximumAmount

      public Long 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

      public Long 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

      Interval at which the customer is making purchases.
    • getPurchaseIntervalCount

      public Long getPurchaseIntervalCount()
      The number of purchase_interval between 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