Show / Hide Table of Contents

Class GoogleCloudChannelV1Plan

The payment plan for the Offer. Describes how to make a payment.

Inheritance
object
GoogleCloudChannelV1Plan
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 GoogleCloudChannelV1Plan : IDirectResponseSchema

Properties

BillingAccount

Reseller Billing account to charge after an offer transaction. Only present for Google Cloud offers.

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

ETag

The ETag of the item.

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

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

PaymentType

Specifies when the payment needs to happen.

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

TrialPeriod

Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX