Enum Class QuoteCreateParams.Phase.BillingCycleAnchor

java.lang.Object
java.lang.Enum<QuoteCreateParams.Phase.BillingCycleAnchor>
com.stripe.param.QuoteCreateParams.Phase.BillingCycleAnchor
All Implemented Interfaces:
ApiRequestParams.EnumParam, Serializable, Comparable<QuoteCreateParams.Phase.BillingCycleAnchor>, Constable
Enclosing class:
QuoteCreateParams.Phase

public static enum QuoteCreateParams.Phase.BillingCycleAnchor extends Enum<QuoteCreateParams.Phase.BillingCycleAnchor> implements ApiRequestParams.EnumParam
The number of intervals between subscription billings. For example, interval=month and interval_count=3 bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks).