Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec

Describes the spec for one promotion.

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

Properties

ETag

The ETag of the item.

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

FreeTrialDuration

Output only. The duration of the free trial if the promotion is of type FREE_TRIAL.

Declaration
[JsonProperty("freeTrialDuration")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Duration FreeTrialDuration { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1Duration

IntroductoryPricingDetails

Output only. The details of the introductory pricing spec if the promotion is of type INTRODUCTORY_PRICING.

Declaration
[JsonProperty("introductoryPricingDetails")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails IntroductoryPricingDetails { get; set; }
Property Value
Type Description
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetails

Promotion

Required. Promotion resource name that identifies a promotion. The format is 'partners/{partner_id}/promotions/{promotion_id}'.

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

Type

Output only. The type of the promotion for the spec.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX