Package com.stripe.param
Class QuoteCreateParams.Line
java.lang.Object
com.stripe.param.QuoteCreateParams.Line
- Enclosing class:
- QuoteCreateParams
Required. Type of the account referenced in the request.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
Configure how an opt-in following a paid trial is billed when usingbilling_behavior: prorate_up_front
.static class
static class
static class
static enum
static class
static enum
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
An array of operations the quote line performs.Details to identify the subscription schedule the quote line applies to.For point-in-time quote lines (having noends_at
timestamp), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the Quote Linestarts_at
timestamp.For time-span based quote lines (having bothstarts_at
andends_at
), the only valid value isautomatic
, which removes any previously configured billing cycle anchor resets during the window of time spanning the quote line.A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp.Details to identify the end of the time range modified by the proposed change.Map of extra parameters for custom features not available in this client library.Changes to how Stripe handles prorations during the quote line's time span.Defines how to pause collection for the underlying subscription throughout the duration of the amendment.Timestamp helper to end the underlying schedule early, based on the acompanying line's start or end date.Details to identify the earliest timestamp where the proposed change should take effect.Settings related to subscription trials.int
hashCode()
-
Method Details
-
builder
-
getActions
An array of operations the quote line performs. -
getAppliesTo
Details to identify the subscription schedule the quote line applies to. -
getBillingCycleAnchor
For point-in-time quote lines (having noends_at
timestamp), this attribute lets you set or remove whether the subscription's billing cycle anchor is reset at the Quote Linestarts_at
timestamp.For time-span based quote lines (having bothstarts_at
andends_at
), the only valid value isautomatic
, which removes any previously configured billing cycle anchor resets during the window of time spanning the quote line. -
getCancelSubscriptionSchedule
A point-in-time operation that cancels an existing subscription schedule at the line's starts_at timestamp. Currently only compatible withquote_acceptance_date
forstarts_at
. When using cancel_subscription_schedule, the subscription schedule on the quote remains unalterable, except for modifications to the metadata, collection_method or invoice_settings. -
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 atstarts_at
, and a restricted set of attributes is supported on the quote line. -
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
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
Defines how to pause collection for the underlying subscription throughout the duration of the amendment. -
getSetScheduleEnd
Timestamp helper to end the underlying schedule early, based on the acompanying line's start or end date. -
getStartsAt
Details to identify the earliest timestamp where the proposed change should take effect. -
getTrialSettings
Settings related to subscription trials. -
equals
-
canEqual
-
hashCode
public int hashCode()
-