public static class PriceListParams.Recurring
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PriceListParams.Recurring.Builder |
static class |
PriceListParams.Recurring.Interval |
static class |
PriceListParams.Recurring.UsageType |
| Modifier and Type | Method and Description |
|---|---|
static PriceListParams.Recurring.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
PriceListParams.Recurring.Interval |
getInterval()
Filter by billing frequency.
|
PriceListParams.Recurring.UsageType |
getUsageType()
Filter by the usage type for this price.
|
public static PriceListParams.Recurring.Builder builder()
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 PriceListParams.Recurring.Interval getInterval()
day, week, month or year.public PriceListParams.Recurring.UsageType getUsageType()
metered or licensed.