Class PlayerPurchaseGoogleplaystoreResponse
PlayerPurchaseGoogleplaystoreResponse
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "player-purchase-googleplaystore-response")]
[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
[DataMember(Name = "rewards", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public PlayerPurchaseGoogleplaystoreResponseRewards Rewards { get; set; }
Property Value
Type | Description |
---|---|
Player |
Verification
Gets or Sets Verification
Declaration
[DataMember(Name = "verification", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public PlayerPurchaseGoogleplaystoreResponseVerification Verification { get; set; }
Property Value
Type | Description |
---|---|
Player |