Class GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec
Describes the spec for one promotion.
Implements
Inherited Members
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 |