Class RenewalSettings
JSON template for a subscription renewal settings.
Implements
Inherited Members
Namespace: Google.Apis.Reseller.v1.Data
Assembly: Google.Apis.Reseller.v1.dll
Syntax
public class RenewalSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies the resource as a subscription renewal setting. Value: subscriptions#renewalSettings
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
RenewalType
Renewal settings for the annual commitment plan. For more detailed information, see renewal options in the
administrator help center. When renewing a subscription, the renewalType
is a required property.
Declaration
[JsonProperty("renewalType")]
public virtual string RenewalType { get; set; }
Property Value
Type | Description |
---|---|
string |