Class RedeemAppleAppStorePurchaseResult
The result from redeeming an Apple App Store purchase.
Inherited Members
Namespace: Unity.Services.Economy.Model
Assembly: Unity.Services.Economy.dll
Syntax
public class RedeemAppleAppStorePurchaseResult
Constructors
RedeemAppleAppStorePurchaseResult(AppleVerification, Rewards)
Create an instance of the StoreIdentifiers class
Declaration
[Preserve]
[JsonConstructor]
public RedeemAppleAppStorePurchaseResult(AppleVerification verification, Rewards rewards)
Parameters
Type | Name | Description |
---|---|---|
AppleVerification | verification | The receipt verification details from the Apple App Store validation service. |
Rewards | rewards | The Rewards given in exchange for this purchase. |
Fields
Rewards
The Rewards given in exchange for this purchase.
Declaration
[Preserve]
public Rewards Rewards
Field Value
Type | Description |
---|---|
Rewards |
Verification
The receipt verification details from the Apple App Store validation service.
Declaration
[Preserve]
public AppleVerification Verification
Field Value
Type | Description |
---|---|
AppleVerification |