Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
LoyaltyProgram |
LoyaltyProgram.clone() |
LoyaltyProgram |
Product.getLoyaltyProgram()
Loyalty program information that is used to surface loyalty benefits ( for example, better
pricing, points, etc) to the user of this item.
|
LoyaltyProgram |
LoyaltyProgram.set(String fieldName,
Object value) |
LoyaltyProgram |
LoyaltyProgram.setCashbackForFutureUse(Price cashbackForFutureUse)
Optional.
|
LoyaltyProgram |
LoyaltyProgram.setLoyaltyPoints(Long loyaltyPoints)
Optional.
|
LoyaltyProgram |
LoyaltyProgram.setMemberPriceEffectiveDate(String memberPriceEffectiveDate)
Optional.
|
LoyaltyProgram |
LoyaltyProgram.setPrice(Price price)
Optional.
|
LoyaltyProgram |
LoyaltyProgram.setProgramLabel(String programLabel)
Required.
|
LoyaltyProgram |
LoyaltyProgram.setTierLabel(String tierLabel)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<LoyaltyProgram> |
Product.getLoyaltyPrograms()
Optional.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setLoyaltyProgram(LoyaltyProgram loyaltyProgram)
Loyalty program information that is used to surface loyalty benefits ( for example, better
pricing, points, etc) to the user of this item.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setLoyaltyPrograms(List<LoyaltyProgram> loyaltyPrograms)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.