Show / Hide Table of Contents

Class GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec

The duration of an introductory pricing promotion.

Inheritance
object
GoogleCloudPaymentsResellerSubscriptionV1PromotionIntroductoryPricingDetailsIntroductoryPricingSpec
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 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. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX