PurchaseDetails class
Constructors
- PurchaseDetails({String? accountId, String? confirmationCode, String? purchaseDateTime, String? purchaseReceiptNumber, TicketCost? ticketCost})
- PurchaseDetails.fromJson(Map json_)
Properties
- accountId ↔ String?
-
ID of the account used to purchase the ticket.
getter/setter pair
- confirmationCode ↔ String?
-
The confirmation code for the purchase.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- purchaseDateTime ↔ String?
-
The purchase date/time of the ticket.
getter/setter pair
- purchaseReceiptNumber ↔ String?
-
Receipt number/identifier for tracking the ticket purchase via the body
that sold the ticket.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ticketCost ↔ TicketCost?
-
The cost of the ticket.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited