Show / Hide Table of Contents

Class GoogleCloudBillingBillingaccountpricesV1betaFloatingDiscount

Encapsulates a discount off the current list price, not anchored to any list price as of a fixed time.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX