Class GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount
Encapsulates a discount off the current list price, not anchored to any 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 GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount : IDirectResponseSchema
Properties
DiscountPercent
Percentage of the floating discount.
Declaration
[JsonProperty("discountPercent")]
public virtual Decimal DiscountPercent { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
DiscountScopeType
Type of the floating 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 |
SkuGroup
SKU group where the floating discount comes from.
Declaration
[JsonProperty("skuGroup")]
public virtual string SkuGroup { get; set; }
Property Value
Type | Description |
---|---|
string |