Show / Hide Table of Contents

Class GoogleCloudChannelV1RenewalSettings

Renewal settings for renewable Offers.

Inheritance
object
GoogleCloudChannelV1RenewalSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1RenewalSettings : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableRenewal

If false, the plan will be completed at the end date.

Declaration
[JsonProperty("enableRenewal")]
public virtual bool? EnableRenewal { get; set; }
Property Value
Type Description
bool?

PaymentCycle

Describes how frequently the reseller will be billed, such as once per month.

Declaration
[JsonProperty("paymentCycle")]
public virtual GoogleCloudChannelV1Period PaymentCycle { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Period

PaymentPlan

Describes how a reseller will be billed.

Declaration
[JsonProperty("paymentPlan")]
public virtual string PaymentPlan { get; set; }
Property Value
Type Description
string

ResizeUnitCount

If true and enable_renewal = true, the unit (for example seats or licenses) will be set to the number of active units at renewal time.

Declaration
[JsonProperty("resizeUnitCount")]
public virtual bool? ResizeUnitCount { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX