public static class SubscriptionScheduleCreateParams.Phase.Plan
extends java.lang.Object
SubscriptionScheduleCreateParams.Phase.InvoiceSettings.extraParams
for
the field documentation.Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionScheduleCreateParams.Phase.Plan.BillingThresholds |
static class |
SubscriptionScheduleCreateParams.Phase.Plan.Builder |
Modifier and Type | Method and Description |
---|---|
static SubscriptionScheduleCreateParams.Phase.Plan.Builder |
builder() |
java.lang.Object |
getBillingThresholds()
Define thresholds at which an invoice will be sent, and the subscription advanced to a new
billing period.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.String |
getPlan()
The plan ID to subscribe to.
|
java.lang.Long |
getQuantity()
Quantity for the given plan.
|
java.lang.Object |
getTaxRates()
A list of [Tax Rate](https://stripe.com/docs/api/tax_rates) ids.
|
public static SubscriptionScheduleCreateParams.Phase.Plan.Builder builder()
public java.lang.Object getBillingThresholds()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@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.public java.lang.String getPlan()
public java.lang.Long getQuantity()
public java.lang.Object getTaxRates()