Class GoogleCloudChannelV1PriceTier
Defines price at resource tier level. For example, an offer with following definition : * Tier 1: Provide 25% discount for all seats between 1 and 25. * Tier 2: Provide 10% discount for all seats between 26 and 100. * Tier 3: Provide flat 15% discount for all seats above 100. Each of these tiers is represented as a PriceTier.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1PriceTier : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstResource
First resource for which the tier price applies.
Declaration
[JsonProperty("firstResource")]
public virtual int? FirstResource { get; set; }
Property Value
Type | Description |
---|---|
int? |
LastResource
Last resource for which the tier price applies.
Declaration
[JsonProperty("lastResource")]
public virtual int? LastResource { get; set; }
Property Value
Type | Description |
---|---|
int? |
Price
Price of the tier.
Declaration
[JsonProperty("price")]
public virtual GoogleCloudChannelV1Price Price { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudChannelV1Price |