Class QuoteUpdateParams.Line.AppliesTo

java.lang.Object
com.stripe.param.QuoteUpdateParams.Line.AppliesTo
Enclosing class:
QuoteUpdateParams.Line

public static class QuoteUpdateParams.Line.AppliesTo 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.
    • getNewReference

      public Object getNewReference()
      A custom string that identifies a new subscription schedule being created upon quote acceptance. All quote lines with the same new_reference field will be applied to the creation of a new subscription schedule.
    • getSubscriptionSchedule

      public Object getSubscriptionSchedule()
      The ID of the schedule the line applies to.
    • getType

      Describes whether the quote line is affecting a new schedule or an existing schedule.