Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrderLegacyPromotion |
OrderLegacyPromotion.clone() |
OrderLegacyPromotion |
OrderLegacyPromotion.set(String fieldName,
Object value) |
OrderLegacyPromotion |
OrderLegacyPromotion.setBenefits(List<OrderLegacyPromotionBenefit> benefits) |
OrderLegacyPromotion |
OrderLegacyPromotion.setEffectiveDates(String effectiveDates)
The date and time frame when the promotion is active and ready for validation review.
|
OrderLegacyPromotion |
OrderLegacyPromotion.setGenericRedemptionCode(String genericRedemptionCode)
Optional.
|
OrderLegacyPromotion |
OrderLegacyPromotion.setId(String id)
The unique ID of the promotion.
|
OrderLegacyPromotion |
OrderLegacyPromotion.setLongTitle(String longTitle)
The full title of the promotion.
|
OrderLegacyPromotion |
OrderLegacyPromotion.setProductApplicability(String productApplicability)
Whether the promotion is applicable to all products or only specific products.
|
OrderLegacyPromotion |
OrderLegacyPromotion.setRedemptionChannel(String redemptionChannel)
Indicates that the promotion is valid online.
|
Modifier and Type | Method and Description |
---|---|
List<OrderLegacyPromotion> |
Order.getPromotions()
The details of the merchant provided promotions applied to the order.
|
List<OrderLegacyPromotion> |
TestOrder.getPromotions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setPromotions(List<OrderLegacyPromotion> promotions)
The details of the merchant provided promotions applied to the order.
|
TestOrder |
TestOrder.setPromotions(List<OrderLegacyPromotion> promotions)
Deprecated.
|
Copyright © 2011–2021 Google. All rights reserved.