Class GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount
Encapsulates a discount off the list price, anchored to the list price as of a fixed time.
Implements
Inherited Members
Namespace: Google.Apis.Cloudbilling.v1beta.Data
Assembly: Google.Apis.Cloudbilling.v1beta.dll
Syntax
public class GoogleCloudBillingBillingaccountpricesV1betaFixedDiscount : IDirectResponseSchema
Properties
DiscountPercent
Percentage of the fixed discount.
Declaration
[JsonProperty("discountPercent")]
public virtual Decimal DiscountPercent { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
DiscountScopeType
Type of the fixed discount scope which indicates the source of the discount. It can have values such as 'unspecified' and 'sku-group'.
Declaration
[JsonProperty("discountScopeType")]
public virtual string DiscountScopeType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixTime
object representation of FixTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FixTimeDateTimeOffset instead.")]
public virtual object FixTime { get; set; }
Property Value
Type | Description |
---|---|
object |
FixTimeDateTimeOffset
DateTimeOffset representation of FixTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FixTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
FixTimeRaw
Time that the fixed discount is anchored to.
Declaration
[JsonProperty("fixTime")]
public virtual string FixTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SkuGroup
SKU group where the fixed discount comes from.
Declaration
[JsonProperty("skuGroup")]
public virtual string SkuGroup { get; set; }
Property Value
Type | Description |
---|---|
string |