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