Package com.stripe.param
Class InvoiceUpcomingLinesListParams.ScheduleDetails
java.lang.Object
com.stripe.param.InvoiceUpcomingLinesListParams.ScheduleDetails
- Enclosing class:
- InvoiceUpcomingLinesListParams
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static class
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Behavior of the subscription schedule and underlying subscription when it ends.Map of extra parameters for custom features not available in this client library.List representing phases of the subscription schedule.In cases where theschedule_details
params update the currently active phase, specifies if and how to prorate at the time of the request.
-
Method Details
-
builder
-
getEndBehavior
Behavior of the subscription schedule and underlying subscription when it ends. Possible values arerelease
orcancel
with the default beingrelease
.release
will end the subscription schedule and keep the underlying subscription running.cancel
will end the subscription schedule and cancel the underlying subscription. -
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. -
getPhases
List representing phases of the subscription schedule. Each phase can be customized to have different durations, plans, and coupons. If there are multiple phases, theend_date
of one phase will always equal thestart_date
of the next phase. -
getProrationBehavior
In cases where theschedule_details
params update the currently active phase, specifies if and how to prorate at the time of the request.
-