Class OrderLegacyPromotion
Inheritance
System.Object
OrderLegacyPromotion
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderLegacyPromotion : IDirectResponseSchema
Properties
Benefits
Declaration
[JsonProperty("benefits")]
public virtual IList<OrderLegacyPromotionBenefit> Benefits { get; set; }
Property Value
EffectiveDates
The date and time frame when the promotion is active and ready for validation review. Note that the
promotion live time may be delayed for a few hours due to the validation review. Start date and end date are
separated by a forward slash (/). The start date is specified by the format (YYYY-MM-DD), followed by the
letter ?T?, the time of the day when the sale starts (in Greenwich Mean Time, GMT), followed by an
expression of the time zone for the sale. The end date is in the same format.
Declaration
[JsonProperty("effectiveDates")]
public virtual string EffectiveDates { get; set; }
Property Value
Type |
Description |
System.String |
|
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Type |
Description |
System.String |
|
GenericRedemptionCode
Optional. The text code that corresponds to the promotion when applied on the retailer?s website.
Declaration
[JsonProperty("genericRedemptionCode")]
public virtual string GenericRedemptionCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
The unique ID of the promotion.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
LongTitle
The full title of the promotion.
Declaration
[JsonProperty("longTitle")]
public virtual string LongTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
ProductApplicability
Whether the promotion is applicable to all products or only specific products. Acceptable values are: -
"allProducts
" - "specificProducts
"
Declaration
[JsonProperty("productApplicability")]
public virtual string ProductApplicability { get; set; }
Property Value
Type |
Description |
System.String |
|
RedemptionChannel
Indicates that the promotion is valid online. Acceptable values are: - "online
"
Declaration
[JsonProperty("redemptionChannel")]
public virtual string RedemptionChannel { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
Google.Apis.Requests.IDirectResponseSchema