---
title: SubscriptionYearDayAnchor - Customer API
description: Represents an anchor specifying a specific day and month of the year.
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: https://shopify.dev/docs/api/customer/2025-04/objects/SubscriptionYearDayAnchor
  md: https://shopify.dev/docs/api/customer/2025-04/objects/SubscriptionYearDayAnchor.md
---

# Subscription​Year​Day​Anchor

object

Represents an anchor specifying a specific day and month of the year.

## Fields

* day​Of​Month

  [Int!](https://shopify.dev/docs/api/customer/2025-04/scalars/Int)

  non-null

  Day of the month (1-31). Specifies the exact day within the given month.

* month

  [Int!](https://shopify.dev/docs/api/customer/2025-04/scalars/Int)

  non-null

  Month of the year (1-12). Specifies the month in which the day occurs.

***

## Map

### Possible type in

* [Subscription​Anchor](https://shopify.dev/docs/api/customer/2025-04/unions/SubscriptionAnchor)