Class RedeemAppleAppStorePurchaseArgs
Arguments for a RedeemAppleAppStorePurchaseAsync call.
Inherited Members
Namespace: Unity.Services.Economy
Assembly: solution.dll
Syntax
public class RedeemAppleAppStorePurchaseArgs
Constructors
Name | Description |
---|---|
RedeemAppleAppStorePurchaseArgs(string, string, int, string) | Takes a realMoneyPurchaseId. This is the configuration ID of the purchase to make. Takes a receipt. This is the receipt data as returned from the Apple App Store. Takes a localCost. This is the cost of the purchase as an integer in the minor currency format, e.g. $1.99 USD would be 199 Takes a localCurrency. ISO-4217 code of the currency used in the purchase. |
Properties
Name | Description |
---|---|
LocalCost | The cost of the purchase as an integer in the minor currency format, e.g. $1.99 USD would be 199 |
LocalCurrency | ISO-4217 code of the currency used in the purchase. |
RealMoneyPurchaseId | Configuration ID of the purchase to make. |
Receipt | The receipt data as returned from the Apple App Store. |