Does the APP_SUBSCRIPTIONS_UPDATE webhook fire when "currentPeriodEnd" changes?

If a user has an app subscription and 30 days have passed, does the “currentPeriodEnd” field update to the next billing period timestamp?

If so, does the APP_SUBSCRIPTIONS_UPDATE webhook fire for currentPeriodEnd change, or is it only for status changes?

In test mode the “currentPeriodEnd” field is simply the created date plus a few seconds, so I can’t really test unless it’s live.

Reference: https://shopify.dev/api/admin-graphql/2022-04/objects/appsubscription#field-appsubscription-currentperiodend

Thanks!