Class QuoteCreateParams.Line.AppliesTo

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

public static class QuoteCreateParams.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 String 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 String getSubscriptionSchedule()
      The ID of the schedule the line applies to.
    • getType

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