| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyPointsBalance |
LoyaltyPointsBalance.clone() |
LoyaltyPointsBalance |
LoyaltyPoints.getBalance()
The account holder's loyalty point balance, such as "500" or "$10.00".
|
LoyaltyPointsBalance |
LoyaltyPointsBalance.set(String fieldName,
Object value) |
LoyaltyPointsBalance |
LoyaltyPointsBalance.setDouble(Double double__)
The double form of a balance.
|
LoyaltyPointsBalance |
LoyaltyPointsBalance.setInt(Integer int__)
The integer form of a balance.
|
LoyaltyPointsBalance |
LoyaltyPointsBalance.setMoney(Money money)
The money form of a balance.
|
LoyaltyPointsBalance |
LoyaltyPointsBalance.setString(String string__)
The string form of a balance.
|
| Modifier and Type | Method and Description |
|---|---|
LoyaltyPoints |
LoyaltyPoints.setBalance(LoyaltyPointsBalance balance)
The account holder's loyalty point balance, such as "500" or "$10.00".
|
Copyright © 2011–2025 Google. All rights reserved.