Class MakeVirtualPurchaseResult
Returned after making a virtual purchase and contains the Costs and Rewards associate with the purchase.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: solution.dll
Syntax
[Preserve]
public class MakeVirtualPurchaseResult
Constructors
Name | Description |
---|---|
MakeVirtualPurchaseResult(Costs, Rewards) |
Fields
Name | Description |
---|---|
Costs | Represents the Costs that were spent in this purchase. |
Rewards | Represents the Rewards that were given in exchange for this purchase. |