Stripe.Resources.Subscription.BillingCycleAnchorConfig (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@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.