Class SubscriptionCreateParams.BillingCycleAnchorConfig

java.lang.Object
com.stripe.param.SubscriptionCreateParams.BillingCycleAnchorConfig
Enclosing class:
SubscriptionCreateParams

public static class SubscriptionCreateParams.BillingCycleAnchorConfig extends Object
Required. Type of the account referenced in the request.
  • Method Details

    • builder

    • getDayOfMonth

      public Long getDayOfMonth()
      Required. The day of the month the billing_cycle_anchor should be. Ranges from 1 to 31.
    • getExtraParams

      public Map<String,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 @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.
    • getHour

      public Long getHour()
      The hour of the day the billing_cycle_anchor should be. Ranges from 0 to 23.
    • getMinute

      public Long getMinute()
      The minute of the hour the billing_cycle_anchor should be. Ranges from 0 to 59.
    • getMonth

      public Long getMonth()
      The month to start full cycle billing periods. Ranges from 1 to 12.
    • getSecond

      public Long getSecond()
      The second of the minute the billing_cycle_anchor should be. Ranges from 0 to 59.