Show / Hide Table of Contents

Class GoogleCloudChannelV1DiscountComponent

Represents a single component of the total discount applicable on a Price.

Inheritance
object
GoogleCloudChannelV1DiscountComponent
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.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1DiscountComponent : IDirectResponseSchema

Properties

DiscountAbsolute

Fixed value discount.

Declaration
[JsonProperty("discountAbsolute")]
public virtual GoogleTypeMoney DiscountAbsolute { get; set; }
Property Value
Type Description
GoogleTypeMoney

DiscountPercentage

Discount percentage, represented as decimal. For example, a 20% discount will be represented as 0.2.

Declaration
[JsonProperty("discountPercentage")]
public virtual double? DiscountPercentage { get; set; }
Property Value
Type Description
double?

DiscountType

Type of the discount.

Declaration
[JsonProperty("discountType")]
public virtual string DiscountType { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX