DestinyVendorReceiptsComponent class
For now, this isn't used for much: it's a record of the recent refundable purchases that the user has made. In the future, it could be used for providing refunds/buyback via the API. Wouldn't that be fun?
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
receipts
↔ List<
DestinyVendorReceipt> -
The receipts for refundable purchases made at a vendor.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited