Renamed 'RenewFrequency' enum to 'Frequency'

This commit is contained in:
2025-07-14 15:17:58 +02:00
parent 9f97e2b17d
commit 6a3b2d93c6
11 changed files with 11 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ namespace Cloudflare.Zones.Tests.ZoneSubscriptionsExtensions
_request = new UpdateZoneSubscriptionRequest(ZoneId)
{
Frequency = RenewFrequency.Quarterly,
Frequency = Frequency.Quarterly,
RatePlan = new RatePlan
{
Id = RatePlanId.Business,