Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
LoyaltyPoints |
LoyaltyPoints.clone() |
LoyaltyPoints |
Product.getLoyaltyPoints()
Loyalty points that users receive after purchasing the item.
|
LoyaltyPoints |
LoyaltyPoints.set(String fieldName,
Object value) |
LoyaltyPoints |
LoyaltyPoints.setName(String name)
Name of loyalty points program.
|
LoyaltyPoints |
LoyaltyPoints.setPointsValue(Long pointsValue)
The retailer's loyalty points in absolute value.
|
LoyaltyPoints |
LoyaltyPoints.setRatio(Double ratio)
The ratio of a point when converted to currency.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setLoyaltyPoints(LoyaltyPoints loyaltyPoints)
Loyalty points that users receive after purchasing the item.
|
Copyright © 2011–2023 Google. All rights reserved.