Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails

The details of a introductory pricing promotion.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails
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.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

IntroductoryPricingSpecs

Output only. Specifies the introductory pricing periods.

Declaration
[JsonProperty("introductoryPricingSpecs")]
public virtual IList<GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec> IntroductoryPricingSpecs { get; set; }
Property Value
Type Description
IList<GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX