Class GoogleCloudChannelV1DiscountComponent
Represents a single component of the total discount applicable on a Price.
Implements
Inherited Members
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 |