Package com.stripe.param.productcatalog
Class TrialOfferCreateParams.Duration
java.lang.Object
com.stripe.param.productcatalog.TrialOfferCreateParams.Duration
- Enclosing class:
- TrialOfferCreateParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enumRequired. The number of recurring price's interval to apply for the trial period. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.The relative duration of the trial period computed as the number of recurring price intervals.getType()Required. Specifies how the trial offer duration is determined.inthashCode()
-
Method Details
-
builder
-
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. -
getRelative
The relative duration of the trial period computed as the number of recurring price intervals. -
getType
Required. Specifies how the trial offer duration is determined. -
equals
-
canEqual
-
hashCode
public int hashCode()
-