# `Stripe.Resources.Subscription.BillingCycleAnchorConfig`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/subscription.ex#L231)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Subscription.BillingCycleAnchorConfig{
  day_of_month: integer() | nil,
  hour: integer() | nil,
  minute: integer() | nil,
  month: integer() | nil,
  second: integer() | nil
}
```

* `day_of_month` - The day of the month of the billing_cycle_anchor.
* `hour` - The hour of the day of the billing_cycle_anchor. Nullable.
* `minute` - The minute of the hour of the billing_cycle_anchor. Nullable.
* `month` - The month to start full cycle billing periods. Nullable.
* `second` - The second of the minute of the billing_cycle_anchor. Nullable.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
