| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
Money |
Money.clone() |
Money |
GiftCardObject.getBalance()
The card's monetary balance.
|
Money |
EventTicketObject.getFaceValue()
The face value of the ticket, matching what would be printed on a physical version of the
ticket.
|
Money |
TicketCost.getFaceValue()
The face value of the ticket.
|
Money |
LoyaltyPointsBalance.getMoney()
The money form of a balance.
|
Money |
TicketCost.getPurchasePrice()
The actual purchase price of the ticket, after tax and/or discounts.
|
Money |
Money.set(String fieldName,
Object value) |
Money |
Money.setCurrencyCode(String currencyCode)
The currency code, such as "USD" or "EUR."
|
Money |
Money.setKind(String kind)
Identifies what kind of resource this is.
|
Money |
Money.setMicros(Long micros)
The unit of money amount in micros.
|
| Modifier and Type | Method and Description |
|---|---|
GiftCardObject |
GiftCardObject.setBalance(Money balance)
The card's monetary balance.
|
EventTicketObject |
EventTicketObject.setFaceValue(Money faceValue)
The face value of the ticket, matching what would be printed on a physical version of the
ticket.
|
TicketCost |
TicketCost.setFaceValue(Money faceValue)
The face value of the ticket.
|
LoyaltyPointsBalance |
LoyaltyPointsBalance.setMoney(Money money)
The money form of a balance.
|
TicketCost |
TicketCost.setPurchasePrice(Money purchasePrice)
The actual purchase price of the ticket, after tax and/or discounts.
|
Copyright © 2011–2025 Google. All rights reserved.