Class QuoteCreateParams.Line

java.lang.Object
com.stripe.param.QuoteCreateParams.Line
Enclosing class:
QuoteCreateParams

public static class QuoteCreateParams.Line extends Object
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See QuoteCreateParams.InvoiceSettings.extraParams for the field documentation.
  • Method Details

    • builder

      public static QuoteCreateParams.Line.Builder builder()
    • getActions

      public List<QuoteCreateParams.Line.Action> getActions()
      An array of operations the quote line performs.
    • getAppliesTo

      public QuoteCreateParams.Line.AppliesTo getAppliesTo()
      Details to identify the subscription schedule the quote line applies to.
    • getBillingCycleAnchor

      public QuoteCreateParams.Line.BillingCycleAnchor getBillingCycleAnchor()
      For a point-in-time operation, this attribute lets you set or update whether the subscription's billing cycle anchor is reset at the starts_at timestamp.
    • getEndsAt

      public QuoteCreateParams.Line.EndsAt getEndsAt()
      Details to identify the end of the time range modified by the proposed change. If not supplied, the quote line is considered a point-in-time operation that only affects the exact timestamp at starts_at, and a restricted set of attributes is supported on the quote line.
    • 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.
    • getProrationBehavior

      public QuoteCreateParams.Line.ProrationBehavior getProrationBehavior()
      Changes to how Stripe handles prorations during the quote line's time span. Affects if and how prorations are created when a future phase starts.
    • getSetPauseCollection

      public QuoteCreateParams.Line.SetPauseCollection getSetPauseCollection()
      Defines how to pause collection for the underlying subscription throughout the duration of the amendment.
    • getSetScheduleEnd

      public QuoteCreateParams.Line.SetScheduleEnd getSetScheduleEnd()
      Timestamp helper to end the underlying schedule early, based on the acompanying line's start or end date.
    • getStartsAt

      public QuoteCreateParams.Line.StartsAt getStartsAt()
      Details to identify the earliest timestamp where the proposed change should take effect.
    • getTrialSettings

      public QuoteCreateParams.Line.TrialSettings getTrialSettings()
      Settings related to subscription trials.