| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
TicketCost |
TicketCost.clone() |
TicketCost |
PurchaseDetails.getTicketCost()
The cost of the ticket.
|
TicketCost |
TicketCost.set(String fieldName,
Object value) |
TicketCost |
TicketCost.setDiscountMessage(LocalizedString discountMessage)
A message describing any kind of discount that was applied.
|
TicketCost |
TicketCost.setFaceValue(Money faceValue)
The face value of the ticket.
|
TicketCost |
TicketCost.setPurchasePrice(Money purchasePrice)
The actual purchase price of the ticket, after tax and/or discounts.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseDetails |
PurchaseDetails.setTicketCost(TicketCost ticketCost)
The cost of the ticket.
|
Copyright © 2011–2025 Google. All rights reserved.