Modified CloudflareResponse to fit real responses

This commit is contained in:
2025-06-26 11:05:50 +02:00
parent 682f25ae75
commit 2e451bcdab
7 changed files with 15 additions and 33 deletions

View File

@@ -309,7 +309,7 @@ namespace AMWD.Net.Api.Cloudflare.Zones
/// How often the customer is billed.
/// </summary>
[JsonProperty("frequency")]
public string? Frequency { get; set; }
public RenewFrequency? Frequency { get; set; }
/// <summary>
/// States if the subscription active.