Renamed 'RenewFrequency' enum to 'Frequency'
This commit is contained in:
@@ -8,7 +8,7 @@ namespace AMWD.Net.Api.Cloudflare
|
||||
/// <see href="https://github.com/cloudflare/cloudflare-typescript/blob/v4.4.1/src/resources/shared.ts#L730">Source</see>
|
||||
/// </summary>
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public enum RenewFrequency
|
||||
public enum Frequency
|
||||
{
|
||||
/// <summary>
|
||||
/// Weekly
|
||||
@@ -37,7 +37,7 @@ namespace AMWD.Net.Api.Cloudflare
|
||||
/// How often the subscription is renewed automatically.
|
||||
/// </summary>
|
||||
[JsonProperty("frequency")]
|
||||
public RenewFrequency? Frequency { get; set; }
|
||||
public Frequency? Frequency { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The price of the subscription that will be billed, in US dollars.
|
||||
|
||||
Reference in New Issue
Block a user