Package com.stripe.param
Class PriceUpdateParams.MigrateTo
java.lang.Object
com.stripe.param.PriceUpdateParams.MigrateTo
- Enclosing class:
- PriceUpdateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Required. The behavior controlling the point in the subscription lifecycle after which to migrate the price.The time after which subscriptions should start using the new price.Map of extra parameters for custom features not available in this client library.getPrice()
Required. The ID of the price object.
-
Method Details
-
builder
-
getBehavior
Required. The behavior controlling the point in the subscription lifecycle after which to migrate the price. Currently must beat_cycle_end
. -
getEffectiveAfter
The time after which subscriptions should start using the new price. -
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. -
getPrice
Required. The ID of the price object.
-