public static class SubscriptionScheduleUpdateParams.Phase.Plan
extends java.lang.Object
SubscriptionScheduleUpdateParams.Phase.InvoiceSettings.extraParams
for
the field documentation.Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionScheduleUpdateParams.Phase.Plan.BillingThresholds |
static class |
SubscriptionScheduleUpdateParams.Phase.Plan.Builder |
Modifier and Type | Method and Description |
---|---|
static SubscriptionScheduleUpdateParams.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.Object |
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 ids.
|
public static SubscriptionScheduleUpdateParams.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.Object getPlan()
public java.lang.Long getQuantity()
usage_type
is licensed
and not metered
.public java.lang.Object getTaxRates()
default_tax_rates
on the Subscription. When updating, pass an empty string to remove
previously-defined tax rates.