Package com.stripe.param
Class PriceListParams.Recurring
- java.lang.Object
-
- com.stripe.param.PriceListParams.Recurring
-
- Enclosing class:
- PriceListParams
public static class PriceListParams.Recurring extends java.lang.ObjectMaximum value to filter by (inclusive).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPriceListParams.Recurring.Builderstatic classPriceListParams.Recurring.Intervalstatic classPriceListParams.Recurring.UsageType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PriceListParams.Recurring.Builderbuilder()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.IntervalgetInterval()Filter by billing frequency.PriceListParams.Recurring.UsageTypegetUsageType()Filter by the usage type for this price.
-
-
-
Method Detail
-
builder
public static PriceListParams.Recurring.Builder builder()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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.
-
getInterval
public PriceListParams.Recurring.Interval getInterval()
Filter by billing frequency. Eitherday,week,monthoryear.
-
getUsageType
public PriceListParams.Recurring.UsageType getUsageType()
Filter by the usage type for this price. Can be eithermeteredorlicensed.
-
-