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