| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
PurchaseDetails |
PurchaseDetails.clone() |
PurchaseDetails |
TransitObject.getPurchaseDetails()
Purchase details for this ticket.
|
PurchaseDetails |
PurchaseDetails.set(String fieldName,
Object value) |
PurchaseDetails |
PurchaseDetails.setAccountId(String accountId)
ID of the account used to purchase the ticket.
|
PurchaseDetails |
PurchaseDetails.setConfirmationCode(String confirmationCode)
The confirmation code for the purchase.
|
PurchaseDetails |
PurchaseDetails.setPurchaseDateTime(String purchaseDateTime)
The purchase date/time of the ticket.
|
PurchaseDetails |
PurchaseDetails.setPurchaseReceiptNumber(String purchaseReceiptNumber)
Receipt number/identifier for tracking the ticket purchase via the body that sold the ticket.
|
PurchaseDetails |
PurchaseDetails.setTicketCost(TicketCost ticketCost)
The cost of the ticket.
|
| Modifier and Type | Method and Description |
|---|---|
TransitObject |
TransitObject.setPurchaseDetails(PurchaseDetails purchaseDetails)
Purchase details for this ticket.
|
Copyright © 2011–2025 Google. All rights reserved.