Class Transaction
Container class for a transaction.
Inheritance
System.Object
Transaction
Namespace: Den.Dev.Grunt.Models.HaloInfinite
Assembly: Den.Dev.Grunt.dll
Syntax
[[Den.Dev.Grunt.Models.IsAutomaticallySerializable]]
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class Transaction
Remarks
Additional research is needed to understand the underlying data model.
Constructors
| Name | Description |
|---|---|
| Transaction() |
Properties
| Name | Description |
|---|---|
| AdjustmentSource | Gets or sets the transaction adjustment source. |
| AuthenticatedIdentities | Gets or sets the authenticated identities related to the transaction. Can contain both XUIDs as well as device identifiers. |
| BalanceAdjustment | Gets or sets the balance adjustment based on the transaction. |
| Finalized | Gets or sets whether the transaction was finalized. |
| ProductReference | Gets or sets the product reference. |
| ResultingBalance | Gets or sets the final resulting balance. |
| TransactionDate | Gets or sets the transaction date. |
| TransactionId | Gets or sets the transaction ID. |
| UnitsConsumed | Gets or sets the units consumed. |