Package com.stripe.param
Class CouponCreateParams.ServicePeriod.Iterations
java.lang.Object
com.stripe.param.CouponCreateParams.ServicePeriod.Iterations
- Enclosing class:
- CouponCreateParams.ServicePeriod
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleangetCount()The number of iterations the service period will repeat for.Map of extra parameters for custom features not available in this client library.getType()Required. The type of iterations, defaults tocountif omitted.inthashCode()
-
Method Details
-
builder
-
getCount
The number of iterations the service period will repeat for. Only used when type iscount, defaults to 1. -
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. -
getType
Required. The type of iterations, defaults tocountif omitted. -
equals
-
canEqual
-
hashCode
public int hashCode()
-