v3.1.2
2020.3+
Class Purchases.RedeemAppleAppStorePurchaseArgs
Inherited Members
Namespace: Unity.Services.Economy
Syntax
[Obsolete("The model provided by Economy.Purchases.RedeemAppleAppStorePurchaseArgs has been moved to EconomyService.Instance.RedeemAppleAppStorePurchaseArgs, and should be accessed from there instead. This API will be removed in an upcoming release.", false)]
public class RedeemAppleAppStorePurchaseArgs : RedeemAppleAppStorePurchaseArgs
Constructors
RedeemAppleAppStorePurchaseArgs(String, String, Int32, String)
Declaration
public RedeemAppleAppStorePurchaseArgs(string realMoneyPurchaseId, string receipt, int localCost, string localCurrency)
Parameters
Type | Name | Description |
---|---|---|
String | realMoneyPurchaseId | |
String | receipt | |
Int32 | localCost | |
String | localCurrency |