# SubscriptionYearDayAnchor - customer - OBJECT Version: 2024-10 ## Description Represents an anchor specifying a specific day and month of the year. ### Access Scopes ## Fields * [dayOfMonth](/docs/api/customer/2024-10/scalars/Int): Int! - Day of the month (1-31). Specifies the exact day within the given month. * [month](/docs/api/customer/2024-10/scalars/Int): Int! - Month of the year (1-12). Specifies the month in which the day occurs. ## Connections ## Related queries ## Related mutations ## Related Unions * [SubscriptionAnchor](/docs/api/customer/2024-10/unions/SubscriptionAnchor) Represents a subscription anchor. ## Examples