Class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
The duration of an introductory pricing promotion.
Inheritance
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
Implements
Inherited Members
Namespace: Google.Apis.PaymentsResellerSubscription.v1.Data
Assembly: Google.Apis.PaymentsResellerSubscription.v1.dll
Syntax
public class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec : IDirectResponseSchema
Properties
DiscountAmount
Output only. The discount amount. The value is positive.
Declaration
[JsonProperty("discountAmount")]
public virtual GoogleCloudPaymentsResellerSubscriptionV1Amount DiscountAmount { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudPaymentsResellerSubscriptionV1Amount |
DiscountRatioMicros
Output only. The discount percentage in micros. For example, 50,000 represents 5%.
Declaration
[JsonProperty("discountRatioMicros")]
public virtual long? DiscountRatioMicros { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecurrenceCount
Output only. Output Only. The duration of an introductory offer in billing cycles.
Declaration
[JsonProperty("recurrenceCount")]
public virtual int? RecurrenceCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
RegionCode
Output only. 2-letter ISO region code where the product is available in. Ex. "US".
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |