Class GoogleCloudChannelV1Price
Represents the price of the Offer.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Price : IDirectResponseSchema
Properties
BasePrice
Base price.
Declaration
[JsonProperty("basePrice")]
public virtual GoogleTypeMoney BasePrice { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeMoney |
Discount
Discount percentage, represented as decimal. For example, a 20% discount will be represent as 0.2.
Declaration
[JsonProperty("discount")]
public virtual double? Discount { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EffectivePrice
Effective Price after applying the discounts.
Declaration
[JsonProperty("effectivePrice")]
public virtual GoogleTypeMoney EffectivePrice { get; set; }
Property Value
Type | Description |
---|---|
GoogleTypeMoney |
ExternalPriceUri
Link to external price list, such as link to Google Voice rate card.
Declaration
[JsonProperty("externalPriceUri")]
public virtual string ExternalPriceUri { get; set; }
Property Value
Type | Description |
---|---|
string |