Class PurchaseDetails
Implements
Inherited Members
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class PurchaseDetails : IDirectResponseSchema
Properties
AccountId
ID of the account used to purchase the ticket.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfirmationCode
The confirmation code for the purchase. This may be the same for multiple different tickets and is used to group tickets together.
Declaration
[JsonProperty("confirmationCode")]
public virtual string ConfirmationCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PurchaseDateTime
The purchase date/time of the ticket. This is an ISO 8601 extended format date/time, with or without an
offset. Time may be specified up to nanosecond precision. Offsets may be specified with seconds precision
(even though offset seconds is not part of ISO 8601). For example: 1985-04-12T23:20:50.52Z
would be 20
minutes and 50.52 seconds after the 23rd hour of April 12th, 1985 in UTC. 1985-04-12T19:20:50.52-04:00
would be 20 minutes and 50.52 seconds after the 19th hour of April 12th, 1985, 4 hours before UTC (same
instant in time as the above example). If the event were in New York, this would be the equivalent of
Eastern Daylight Time (EDT). Remember that offset varies in regions that observe Daylight Saving Time (or
Summer Time), depending on the time of the year. 1985-04-12T19:20:50.52
would be 20 minutes and 50.52
seconds after the 19th hour of April 12th, 1985 with no offset information. Without offset information, some
rich features may not be available.
Declaration
[JsonProperty("purchaseDateTime")]
public virtual string PurchaseDateTime { get; set; }
Property Value
Type | Description |
---|---|
string |
PurchaseReceiptNumber
Receipt number/identifier for tracking the ticket purchase via the body that sold the ticket.
Declaration
[JsonProperty("purchaseReceiptNumber")]
public virtual string PurchaseReceiptNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
TicketCost
The cost of the ticket.
Declaration
[JsonProperty("ticketCost")]
public virtual TicketCost TicketCost { get; set; }
Property Value
Type | Description |
---|---|
TicketCost |