Class PlayerPurchaseVirtualResponse
PlayerPurchaseVirtualResponse
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class PlayerPurchaseVirtualResponse
Constructors
PlayerPurchaseVirtualResponse(PlayerPurchaseVirtualResponseCosts, PlayerPurchaseVirtualResponseRewards)
Initializes a new instance of the PlayerPurchaseVirtualResponse class.
Declaration
[Preserve]
public PlayerPurchaseVirtualResponse(PlayerPurchaseVirtualResponseCosts costs = null, PlayerPurchaseVirtualResponseRewards rewards = null)
Parameters
Type | Name | Description |
---|---|---|
PlayerPurchaseVirtualResponseCosts | costs | costs (required). |
PlayerPurchaseVirtualResponseRewards | rewards | rewards (required). |
Properties
Costs
Gets or Sets Costs
Declaration
[Preserve]
public PlayerPurchaseVirtualResponseCosts Costs { get; set; }
Property Value
Type | Description |
---|---|
PlayerPurchaseVirtualResponseCosts |
Rewards
Gets or Sets Rewards
Declaration
[Preserve]
public PlayerPurchaseVirtualResponseRewards Rewards { get; set; }
Property Value
Type | Description |
---|---|
PlayerPurchaseVirtualResponseRewards |